]> err.no Git - mapper/commitdiff
Add missing include. Shutdown gnome-vfs on exit.
authorKaj-Michael Lang <milang@angel.tal.org>
Fri, 10 Aug 2007 07:25:14 +0000 (10:25 +0300)
committerKaj-Michael Lang <milang@angel.tal.org>
Fri, 10 Aug 2007 07:25:14 +0000 (10:25 +0300)
src/mapper.c

index 72f6c66871f933cc9db6c5dee82bc5f8926ad8de..9a9cbf93c03471ca00d3a18f1d7ae592be582ea9 100644 (file)
@@ -64,6 +64,8 @@
 #include "osm-db.h"
 #include "cb.h"
 #include "speak.h"
+#include "gpx.h"
+#include "config-gconf.h"
 
 gfloat UNITS_CONVERT[] = {1.85200,1.15077945,1.f,};
 
@@ -229,6 +231,7 @@ gint main(gint argc, gchar * argv[])
 #ifdef WITH_GST
        speak_deinit();
 #endif
+       gnome_vfs_shutdown();
 #ifdef WITH_OSSO
        osso_deinitialize(_osso);
 #endif