r7910: fixed typo in _SAMBA_BUILD_ macro
authorAndrew Tridgell <tridge@samba.org>
Sat, 25 Jun 2005 23:38:03 +0000 (23:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:48 +0000 (13:18 -0500)
(This used to be commit d2e9e95ea2cab80badc23f0f1d416295f0a4bf9c)

source4/lib/socket_wrapper/socket_wrapper.c

index 42bac4bfaee87d9c2e1ecf443b85a9e3d779d98b..d283e12f2378ade196043a87a42d80caf458162b 100644 (file)
@@ -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 */