summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index 53b9b279..c9c106fa 100644
--- a/packet.c
+++ b/packet.c
@@ -24,13 +24,13 @@ connected to the Garmin kernel driver. But we need to be able to tell the
others apart and distinguish them from baud barf.
***************************************************************************/
+#include <sys/types.h>
#include <ctype.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
-#include <sys/types.h>
-#include "config.h"
+#include "gpsd_config.h"
#include "gpsd.h"
/*