summaryrefslogtreecommitdiff
path: root/net_dgpsip.c
diff options
context:
space:
mode:
Diffstat (limited to 'net_dgpsip.c')
-rw-r--r--net_dgpsip.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net_dgpsip.c b/net_dgpsip.c
index 5065e205..6726ed93 100644
--- a/net_dgpsip.c
+++ b/net_dgpsip.c
@@ -3,13 +3,12 @@
* 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 <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#ifndef S_SPLINT_S
#include <netdb.h>
-#include <sys/socket.h>
#include <unistd.h>
#endif /* S_SPLINT_S */