diff options
Diffstat (limited to 'italk.c')
-rw-r--r-- | italk.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ /* * Driver for the iTalk binary protocol used by FasTrax */ +#include <sys/types.h> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -9,9 +10,9 @@ #include <ctype.h> #include <unistd.h> #include <time.h> -#include <sys/types.h> #include <stdio.h> +#include "gpsd_config.h" #include "gpsd.h" #if defined(ITALK_ENABLE) && defined(BINARY_ENABLE) |