summaryrefslogtreecommitdiff
path: root/gpsd.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 /gpsd.c
parentc93c46f0c10e56b52d3c980e7082ab74f7003f66 (diff)
downloadgpsd-ec08b6848939dc66b378ecd9789e33f27f915ff9.tar.gz
More deheader testing. All regressions pass, codebase splints clean.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.c b/gpsd.c
index 0dae2f52..4e7ff036 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -9,6 +9,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/time.h> /* for select() */
+#include <stdio.h>
#include <time.h>
#include <string.h>
#include <stdlib.h>