summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2010-12-02 10:19:48 -0800
committerChris Kuethe <ckuethe@users.berlios.de>2010-12-02 10:19:48 -0800
commit8717d60af31ba9d0f018362cadce014f21acba54 (patch)
treed8b38615e9d2a212a3c6aef92cd3ff5740628bfd /cgps.c
parent59558633d375dffe858b2a64d9be90fc1d316229 (diff)
downloadgpsd-8717d60af31ba9d0f018362cadce014f21acba54.tar.gz
Put back missing headers that break the build
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgps.c b/cgps.c
index 0e878c31..0d5b5589 100644
--- a/cgps.c
+++ b/cgps.c
@@ -78,6 +78,8 @@
/* This is the maximum size we need for the 'satellites' window. */
#define MAX_SATWIN_SIZE (MAX_POSSIBLE_SATS + SATWIN_OVERHEAD)
+#include <sys/types.h>
+#include <sys/select.h>
#ifndef S_SPLINT_S
#include <sys/socket.h>
#include <unistd.h>