summaryrefslogtreecommitdiff
path: root/net_dgpsip.c
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2010-12-22 21:23:54 -0600
committerChris Kuethe <ckuethe@users.berlios.de>2010-12-22 21:23:54 -0600
commitb20db5af82908dc88f2c9ea03728e57386dc29dd (patch)
tree18c8111be7d440bb9d66a435c82ab623ea794f6a /net_dgpsip.c
parentc3c9e497b2d48b48f07e0821e36ab4c73071c39f (diff)
downloadgpsd-b20db5af82908dc88f2c9ea03728e57386dc29dd.tar.gz
deheader broke the build again
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 6726ed93..88ae7988 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 <stdio.h>
#include <stdlib.h>
#include <string.h>