summaryrefslogtreecommitdiff
path: root/gpsclient.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-26 04:15:11 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-26 04:15:11 -0500
commit3436c41671f2965d831a04ccb2ff860e945ce4a5 (patch)
treea98f7f4d39963aca2707f03bab3fc2cb8cb74f9d /gpsclient.c
parent87bcacd394d2c4197de00b782f07fc9e83f6fddc (diff)
downloadgpsd-3436c41671f2965d831a04ccb2ff860e945ce4a5.tar.gz
gps.h gets installed in /usr/include and must not use other GPSD-specific files!
It's bad that this get past me. Anybody who tries writing a C client with 3.12 is going to lose. Requires a release to fix. All regression tests pass.
Diffstat (limited to 'gpsclient.c')
-rw-r--r--gpsclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsclient.c b/gpsclient.c
index 9e924b99..f1053121 100644
--- a/gpsclient.c
+++ b/gpsclient.c
@@ -9,6 +9,7 @@
#include <stdio.h>
#include "gps.h"
#include "gpsdclient.h"
+#include "compiler.h" /* for UNUSED */
/*
* Client utility functions