]> git.street.me.uk Git - andy/viking.git/blobdiff - src/datasources.h
Fix debug message
[andy/viking.git] / src / datasources.h
index 1de8f86f20cb3bb6b156e6aa4f65161add7f6faf..dc2c4539feaad6f6a590448761ce2c302eecda35 100644 (file)
@@ -5,5 +5,7 @@
 
 extern VikDataSourceInterface vik_datasource_gps_interface;
 extern VikDataSourceInterface vik_datasource_google_interface;
+#ifdef VIK_CONFIG_GEOCACHES
 extern VikDataSourceInterface vik_datasource_gc_interface;
 #endif
+#endif