Fix:Core:Typo
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 25 Jan 2011 14:50:28 +0000 (14:50 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 25 Jan 2011 14:50:28 +0000 (14:50 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4015 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/start_real.c

index e4bb187..ff77eb8 100644 (file)
@@ -21,7 +21,7 @@
 #include <stdlib.h>
 #include <glib.h>
 #include "config.h"
-#indef HAVE_GETOPT_H
+#ifdef HAVE_GETOPT_H
 #include <getopt.h>
 #else
 #include <XGetopt.h>