summaryrefslogtreecommitdiff
path: root/driver_proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_proto.c')
-rw-r--r--driver_proto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver_proto.c b/driver_proto.c
index e89a2e99..fdb14a6a 100644
--- a/driver_proto.c
+++ b/driver_proto.c
@@ -3,6 +3,7 @@
* A prototype driver. Doesn't run, doesn't even compile.
*/
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -10,9 +11,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(PROTO_ENABLE) && defined(BINARY_ENABLE)