diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 16:39:45 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 16:39:45 +0200 |
commit | 41669237cd714c59af9e634cb2ac162d6ee57e82 (patch) | |
tree | 8c8a305a36e449cc37ab654d4a86f2566a3868b5 /source3/lib/replace/system | |
parent | ec1c854f2175823bd1ad39c2e272d1b3fab80bf1 (diff) | |
download | samba-41669237cd714c59af9e634cb2ac162d6ee57e82.tar.gz samba-41669237cd714c59af9e634cb2ac162d6ee57e82.tar.bz2 samba-41669237cd714c59af9e634cb2ac162d6ee57e82.zip |
Use single copy of socket_wrapper in Samba 3 and Samba 4.
Diffstat (limited to 'source3/lib/replace/system')
-rw-r--r-- | source3/lib/replace/system/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/system/network.h b/source3/lib/replace/system/network.h index 077892a54e..473d79b5f2 100644 --- a/source3/lib/replace/system/network.h +++ b/source3/lib/replace/system/network.h @@ -326,7 +326,7 @@ struct addrinfo { #ifndef SOCKET_WRAPPER_NOT_REPLACE #define SOCKET_WRAPPER_REPLACE #endif -#include "lib/socket_wrapper/socket_wrapper.h" +#include "../socket_wrapper/socket_wrapper.h" #endif #endif |