From f1714eacf7365c731f6802972bff3fc62e72b8d0 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 7 May 2005 15:03:00 +0000 Subject: r6643: fix some build issues on IRIX;l patch from james peach (This used to be commit 8f78ee6abab9c1dd3e8b15ea3d1d96a651ee0426) --- source3/lib/socket_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/socket_wrapper.c b/source3/lib/socket_wrapper.c index 2a26ba1534..cb3911c358 100644 --- a/source3/lib/socket_wrapper.c +++ b/source3/lib/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" #else -- cgit