summaryrefslogtreecommitdiff
path: root/gps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-08-17 21:14:46 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-08-17 21:14:46 +0000
commit0b919c3e85b2bf59489ba22ccf013435c959f94d (patch)
treee96b59bd9173694d42f5e32badc0b2f192613ebc /gps.c
parenteaeed8df4be984367c7c7f48bc11d04cbe9550a6 (diff)
downloadgpsd-0b919c3e85b2bf59489ba22ccf013435c959f94d.tar.gz
Library rename.
Diffstat (limited to 'gps.c')
-rw-r--r--gps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps.c b/gps.c
index 80551cf7..5e49602a 100644
--- a/gps.c
+++ b/gps.c
@@ -44,7 +44,7 @@
#include <sys/filio.h>
#endif
-#include "gpsd.h"
+#include "gps.h"
extern void register_canvas(Widget w, GC gc);
extern void draw_graphics();