aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/socket.c b/socket.c
index 399ba189..123000ed 100644
--- a/socket.c
+++ b/socket.c
@@ -15,11 +15,7 @@
#endif /* HAVE_MEMORY_H */
#include <sys/types.h>
#include <sys/stat.h>
-#ifndef HAVE_NET_SOCKET_H
#include <sys/socket.h>
-#else
-#include <net/socket.h>
-#endif
#include <sys/un.h>
#include <netinet/in.h>
#ifdef HAVE_ARPA_INET_H
@@ -53,6 +49,7 @@
#include "getaddrinfo.h"
#include "i18n.h"
#include "sdump.h"
+#include "uid_db.h"
/* Defines to allow BeOS and Cygwin to play nice... */
#ifdef __BEOS__