summaryrefslogtreecommitdiff
path: root/ais_json.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-13 10:41:15 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-13 10:41:15 -0500
commitec08b6848939dc66b378ecd9789e33f27f915ff9 (patch)
treef32512e4880646db1ba86d4c6a17ca243096e46c /ais_json.c
parentc93c46f0c10e56b52d3c980e7082ab74f7003f66 (diff)
downloadgpsd-ec08b6848939dc66b378ecd9789e33f27f915ff9.tar.gz
More deheader testing. All regressions pass, codebase splints clean.
Diffstat (limited to 'ais_json.c')
-rw-r--r--ais_json.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ais_json.c b/ais_json.c
index 8e7eabd3..cdd21e18 100644
--- a/ais_json.c
+++ b/ais_json.c
@@ -9,7 +9,9 @@ representations to libgps structures.
***************************************************************************/
+#include <stdio.h>
#include <string.h>
+#include <stdbool.h>
#include <stdlib.h>
#include "gpsd.h"