summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-18 22:12:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:52:03 -0500
commit47e6b7733a2d063e5858da1f5af3408f46611b61 (patch)
treea481f82de9d5beb76ad5863f4fe3c1f8ba4fe9e8 /source3/include/includes.h
parent58bd4333a517464c0949134d5a9ad30a4d619001 (diff)
downloadsamba-47e6b7733a2d063e5858da1f5af3408f46611b61.tar.gz
samba-47e6b7733a2d063e5858da1f5af3408f46611b61.tar.bz2
samba-47e6b7733a2d063e5858da1f5af3408f46611b61.zip
r18640: move to socket_wrapper to lib/socket_wrapper/
and sync it with samba4 metze (This used to be commit 9c0e5b29f1451a90605cce7e1e032e5516b6970d)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 3cca090bb9..1effa69f9a 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -941,7 +941,7 @@ extern int errno;
#ifdef SOCKET_WRAPPER
#define SOCKET_WRAPPER_REPLACE
-#include "include/socket_wrapper.h"
+#include "lib/socket_wrapper/socket_wrapper.h"
#endif
/* Our own pstrings and fstrings */