diff options
author | Chris Kuethe <chris.kuethe@gmail.com> | 2007-12-12 20:03:05 +0000 |
---|---|---|
committer | Chris Kuethe <chris.kuethe@gmail.com> | 2007-12-12 20:03:05 +0000 |
commit | e3d1cb120b7550ff040b424376d8baf66756707c (patch) | |
tree | c3733de4ec58cd66472c31d6202be47b44f9bdca /gpxlogger.c | |
parent | f490806c3465181a2b5b1f0b4d846758dd313f25 (diff) | |
download | gpsd-e3d1cb120b7550ff040b424376d8baf66756707c.tar.gz |
missing header
Diffstat (limited to 'gpxlogger.c')
-rw-r--r-- | gpxlogger.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpxlogger.c b/gpxlogger.c index 31c2d2b3..cdde50b4 100644 --- a/gpxlogger.c +++ b/gpxlogger.c @@ -14,6 +14,7 @@ #include <glib/gprintf.h> #include "gpsd_config.h" +#include "gps.h" DBusConnection* connection; |