summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-25 23:38:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:48 -0500
commitfbb0ecd418286499d5e251893f46a7a4352d719c (patch)
treeacdadfced01cdff8ea080232dbd719843e14caad
parent2ea96684bc1e649940818429c5edf3a03338fe10 (diff)
downloadsamba-fbb0ecd418286499d5e251893f46a7a4352d719c.tar.gz
samba-fbb0ecd418286499d5e251893f46a7a4352d719c.tar.bz2
samba-fbb0ecd418286499d5e251893f46a7a4352d719c.zip
r7910: fixed typo in _SAMBA_BUILD_ macro
(This used to be commit d2e9e95ea2cab80badc23f0f1d416295f0a4bf9c)
-rw-r--r--source4/lib/socket_wrapper/socket_wrapper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/socket_wrapper/socket_wrapper.c b/source4/lib/socket_wrapper/socket_wrapper.c
index 42bac4bfae..d283e12f23 100644
--- a/source4/lib/socket_wrapper/socket_wrapper.c
+++ b/source4/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 */