summaryrefslogtreecommitdiff
path: root/gpsmon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-22 18:38:42 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-22 18:38:42 -0500
commit2c69666fa6f815edbc941e278e015e54795329e8 (patch)
tree4eae822a6b4e7bf230a00ffbfc6af6830491db65 /gpsmon.c
parenta619431a9d7576506b55c607555fecfc084bec37 (diff)
downloadgpsd-2c69666fa6f815edbc941e278e015e54795329e8.tar.gz
More header portability auditing by deheader.
Diffstat (limited to 'gpsmon.c')
-rw-r--r--gpsmon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpsmon.c b/gpsmon.c
index 566c1fc7..03e3c173 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -11,6 +11,9 @@
#include <setjmp.h>
#include <fcntl.h> /* for O_RDWR */
#include <errno.h>
+#include <signal.h>
+#include <stdarg.h>
+#include <time.h>
#include <sys/time.h> /* expected to declare select(2) a la SuS */
#ifndef S_SPLINT_S
#include <unistd.h>