From 3436c41671f2965d831a04ccb2ff860e945ce4a5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 26 Feb 2015 04:15:11 -0500 Subject: 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. --- cgps.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cgps.c') diff --git a/cgps.c b/cgps.c index f86a1533..e2c9a7f8 100644 --- a/cgps.c +++ b/cgps.c @@ -100,6 +100,7 @@ #include "gpsd_config.h" #include "gps.h" +#include "compiler.h" /* for UNUSED */ #include "gpsdclient.h" #include "revision.h" -- cgit v1.2.1