summaryrefslogtreecommitdiff
path: root/xgps.c
diff options
context:
space:
mode:
Diffstat (limited to 'xgps.c')
-rw-r--r--xgps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xgps.c b/xgps.c
index bdba116b..c0f61dc4 100644
--- a/xgps.c
+++ b/xgps.c
@@ -1,4 +1,5 @@
/* $Id$ */
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -18,7 +19,7 @@
#include <Xm/Protocols.h>
#include <X11/Shell.h>
-#include "config.h"
+#include "gpsd_config.h"
#include "gps.h"
#include "display.h"