summaryrefslogtreecommitdiff
path: root/source3/lib/util_sock.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-24 23:51:28 +0100
committerGünther Deschner <gd@samba.org>2011-03-16 16:56:46 +0100
commit1f6aecb5cf8c8dcd7b767ecb792475bb7b505f7d (patch)
tree284bcab00e740252f1551b8b20e857b4d22f1773 /source3/lib/util_sock.c
parent1ce4d2d83a21b89a2ca8ad5a601b181feafc18e7 (diff)
downloadsamba-1f6aecb5cf8c8dcd7b767ecb792475bb7b505f7d.tar.gz
samba-1f6aecb5cf8c8dcd7b767ecb792475bb7b505f7d.tar.bz2
samba-1f6aecb5cf8c8dcd7b767ecb792475bb7b505f7d.zip
s3-interfaces: only include interfaces.h where needed.
Guenther
Diffstat (limited to 'source3/lib/util_sock.c')
-rw-r--r--source3/lib/util_sock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c
index 73b69b4440..3c97495099 100644
--- a/source3/lib/util_sock.c
+++ b/source3/lib/util_sock.c
@@ -23,6 +23,7 @@
#include "memcache.h"
#include "../lib/async_req/async_sock.h"
#include "../lib/util/select.h"
+#include "interfaces.h"
/****************************************************************************
Get a port number in host byte order from a sockaddr_storage.