summaryrefslogtreecommitdiff
path: root/gpspacket.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-12-05 02:00:19 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-12-05 02:00:19 +0000
commit388d4370e6824b03725994c3762a90af29e885c9 (patch)
tree6a5cd9de02ee01d8d7cd6006e30444a70d08b754 /gpspacket.c
parent20c173005ed6fdb77782699133ed0c4e713bd1ad (diff)
downloadgpsd-388d4370e6824b03725994c3762a90af29e885c9.tar.gz
Another step toward a Python wrapper for packet.c.
gpscat now has an option that tried to invoke it. All regression tests pass.
Diffstat (limited to 'gpspacket.c')
-rw-r--r--gpspacket.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gpspacket.c b/gpspacket.c
index 587274e6..02e2fccb 100644
--- a/gpspacket.c
+++ b/gpspacket.c
@@ -4,7 +4,9 @@
*/
#include <Python.h>
-#include "packet.c"
+#include <stdio.h>
+#include "gpsd_config.h"
+#include "gpsd.h"
void gpsd_report(int errlevel UNUSED, const char *fmt, ... )
/* stub logger -- we should allow redirecting this */