summaryrefslogtreecommitdiff
path: root/gpspipe.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 /gpspipe.c
parentfdec3632fa69a680f776cbcc11f6db7af1d774f2 (diff)
downloadgpsd-52d4e56c518adf59c3469b1d79eda7e4f56e7f5f.tar.gz
More deheader testing. All regression tests pass.
Diffstat (limited to 'gpspipe.c')
-rw-r--r--gpspipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpspipe.c b/gpspipe.c
index 6d0d6092..bb3cadf5 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -27,12 +27,12 @@
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
+#include <stdbool.h>
#include <errno.h>
#include <string.h>
#include <strings.h>
#include <fcntl.h>
#include <termios.h>
-#include <assert.h>
#include <time.h>
#include <sys/time.h>
#ifndef S_SPLINT_S