summaryrefslogtreecommitdiff
path: root/net_dgpsip.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 /net_dgpsip.c
parent4ab8e1ad57bc7cbbcf7ab531128b63d7e450eecd (diff)
downloadgpsd-ef263458a274671e80c99836eb4894fcc2d389e0.tar.gz
missing headers for openbsd
Diffstat (limited to 'net_dgpsip.c')
-rw-r--r--net_dgpsip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net_dgpsip.c b/net_dgpsip.c
index 18fb88af..a6646ae2 100644
--- a/net_dgpsip.c
+++ b/net_dgpsip.c
@@ -3,6 +3,8 @@
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
+#include <sys/types.h>
+#include <sys/socket.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>