Fix:vehicle/file: include file.h to get prototype for file_is_reg
authorwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Feb 2011 22:28:42 +0000 (22:28 +0000)
committerwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Feb 2011 22:28:42 +0000 (22:28 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4102 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/vehicle/file/vehicle_file.c

index 36bad5d..381343b 100644 (file)
@@ -40,6 +40,7 @@
 #include "item.h"
 #include "event.h"
 #include "vehicle.h"
+#include "file.h"
 #ifdef HAVE_SOCKET
 #include <stdlib.h>
 #include <sys/socket.h>