diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-25 23:38:03 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2005-06-25 23:38:03 +0000 |
commit | ddb2221e759befc16199ca066bb095c16b173e69 (patch) | |
tree | 3dc0e8e06f5ef91e451127015b9a32529e84ebdc /source/lib/socket_wrapper/socket_wrapper.c | |
parent | c6b89efc52a5630b3b04da1326ac60b185362718 (diff) | |
download | samba-ddb2221e759befc16199ca066bb095c16b173e69.tar.gz samba-ddb2221e759befc16199ca066bb095c16b173e69.tar.xz samba-ddb2221e759befc16199ca066bb095c16b173e69.zip |
r7910: fixed typo in _SAMBA_BUILD_ macro
Diffstat (limited to 'source/lib/socket_wrapper/socket_wrapper.c')
-rw-r--r-- | source/lib/socket_wrapper/socket_wrapper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/socket_wrapper/socket_wrapper.c b/source/lib/socket_wrapper/socket_wrapper.c index 42bac4bfaee..d283e12f237 100644 --- a/source/lib/socket_wrapper/socket_wrapper.c +++ b/source/lib/socket_wrapper/socket_wrapper.c @@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifdef _SAMBA_BUILD +#ifdef _SAMBA_BUILD_ #include "includes.h" #include "system/network.h" #include "system/filesys.h" @@ -35,8 +35,8 @@ #include <unistd.h> #include <string.h> #include <stdio.h> -#include "dlinklist.h" #endif +#include "dlinklist.h" /* LD_PRELOAD doesn't work yet, so REWRITE_CALLS is all we support * for now */ |