summaryrefslogtreecommitdiff
path: root/lcdgps.c
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2010-12-14 09:31:12 -0800
committerChris Kuethe <ckuethe@users.berlios.de>2010-12-14 09:31:12 -0800
commitef263458a274671e80c99836eb4894fcc2d389e0 (patch)
tree8d84f3a15979c32d01b2c19e127001c2003ac58f /lcdgps.c
parent4ab8e1ad57bc7cbbcf7ab531128b63d7e450eecd (diff)
downloadgpsd-ef263458a274671e80c99836eb4894fcc2d389e0.tar.gz
missing headers for openbsd
Diffstat (limited to 'lcdgps.c')
-rw-r--r--lcdgps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lcdgps.c b/lcdgps.c
index f4c74920..e95ba162 100644
--- a/lcdgps.c
+++ b/lcdgps.c
@@ -36,7 +36,9 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/socket.h>
#include <sys/time.h> /* for select() */
+#include <netinet/in.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>