summaryrefslogtreecommitdiff
path: root/serial.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-25 15:22:28 -0700
committerGary E. Miller <gem@rellim.com>2015-03-25 15:22:28 -0700
commit2aef1774198f855bc300c4fd64098b5416e7c01f (patch)
treea0206b7113d1cb6791efd75257bb8b46da14e860 /serial.c
parent69ba1d69d9762170f16351713f805409585345f8 (diff)
downloadgpsd-2aef1774198f855bc300c4fd64098b5416e7c01f.tar.gz
splint can't play the BLUEZ
Diffstat (limited to 'serial.c')
-rw-r--r--serial.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/serial.c b/serial.c
index 53bdb092..5a01d195 100644
--- a/serial.c
+++ b/serial.c
@@ -18,6 +18,9 @@
#include <sys/param.h> /* defines BSD */
#include "gpsd_config.h"
+#ifdef S_SPLINT_S
+#undef ENABLE_BLUEZ
+#endif /* S_SPLINT_S */
#ifdef ENABLE_BLUEZ
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>