summaryrefslogtreecommitdiff
path: root/test_packet.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-12 19:53:47 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-12 19:53:47 -0500
commit743b1ff6602554307d1dac14578ac21eb07f288f (patch)
tree73b987757b02796ef1224ee1a19c4596271c709e /test_packet.c
parent6dfaf8a3cd6ee89c832cadf3ef1e4538de523cfd (diff)
downloadgpsd-743b1ff6602554307d1dac14578ac21eb07f288f.tar.gz
More deheader testing.
Diffstat (limited to 'test_packet.c')
-rw-r--r--test_packet.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/test_packet.c b/test_packet.c
index 802f7d56..52e70175 100644
--- a/test_packet.c
+++ b/test_packet.c
@@ -2,13 +2,17 @@
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
+#include <stdio.h>
+#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
+#include <ctype.h>
+#include <sys/types.h>
+#include <fcntl.h>
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */
-#include <fcntl.h>
#include "gpsd.h"