summaryrefslogtreecommitdiff
path: root/source3/lib/util_sock.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-02 12:20:21 +1000
committerAndrew Tridgell <tridge@samba.org>2011-05-08 12:57:04 +0200
commit897ef820a40afffbf337b5487a49d957464def67 (patch)
tree092f654a82f289cf33825bfb882cf70dd16fa25c /source3/lib/util_sock.c
parentf346a737855bb5018978f0fcf1dcafbf5dc7e603 (diff)
downloadsamba-897ef820a40afffbf337b5487a49d957464def67.tar.gz
samba-897ef820a40afffbf337b5487a49d957464def67.tar.bz2
samba-897ef820a40afffbf337b5487a49d957464def67.zip
s3-lib Use common lib/socket code for get_interfaces() et al
Diffstat (limited to 'source3/lib/util_sock.c')
-rw-r--r--source3/lib/util_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c
index 922213d8f6..371b8c08b8 100644
--- a/source3/lib/util_sock.c
+++ b/source3/lib/util_sock.c
@@ -24,7 +24,7 @@
#include "memcache.h"
#include "../lib/async_req/async_sock.h"
#include "../lib/util/select.h"
-#include "interfaces.h"
+#include "lib/socket/interfaces.h"
#include "../lib/util/tevent_unix.h"
#include "../lib/util/tevent_ntstatus.h"