summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-13 08:43:08 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-13 08:43:08 -0500
commit52d4e56c518adf59c3469b1d79eda7e4f56e7f5f (patch)
tree44faaf38168f94a551b3a85894b13f63f33d0ba0 /cgps.c
parentfdec3632fa69a680f776cbcc11f6db7af1d774f2 (diff)
downloadgpsd-52d4e56c518adf59c3469b1d79eda7e4f56e7f5f.tar.gz
More deheader testing. All regression tests pass.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgps.c b/cgps.c
index b9a7782a..55c3ff3a 100644
--- a/cgps.c
+++ b/cgps.c
@@ -81,6 +81,7 @@
#include <sys/time.h> /* for select() */
#include <stdio.h>
#include <stdlib.h>
+#include <stdbool.h>
#include <string.h>
#include <math.h>
#include <errno.h>