]> git.street.me.uk Git - andy/viking.git/blobdiff - src/datasources.h
Windows port: typo in util.c
[andy/viking.git] / src / datasources.h
index 297ef30129e273e1b225c5af457802407c24b916..dc2c4539feaad6f6a590448761ce2c302eecda35 100644 (file)
@@ -1,5 +1,11 @@
 #ifndef __VIK_DATASOURCES_H
 #define __VIK_DATASOURCES_H
+
+#include "acquire.h"
+
 extern VikDataSourceInterface vik_datasource_gps_interface;
 extern VikDataSourceInterface vik_datasource_google_interface;
+#ifdef VIK_CONFIG_GEOCACHES
+extern VikDataSourceInterface vik_datasource_gc_interface;
+#endif
 #endif