summaryrefslogtreecommitdiff
path: root/netlib.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 /netlib.c
parent4ab8e1ad57bc7cbbcf7ab531128b63d7e450eecd (diff)
downloadgpsd-ef263458a274671e80c99836eb4894fcc2d389e0.tar.gz
missing headers for openbsd
Diffstat (limited to 'netlib.c')
-rw-r--r--netlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/netlib.c b/netlib.c
index cfeb8655..618a9b9b 100644
--- a/netlib.c
+++ b/netlib.c
@@ -3,6 +3,7 @@
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
#include <sys/types.h>
+#include <netinet/in.h>
#include <errno.h>
#include <string.h>
#include <fcntl.h>