From 5b34e585fc4b334ee4e1978bccfc39125c8408d7 Mon Sep 17 00:00:00 2001 From: Love Hörnquist Åstrand Date: Sun, 8 Oct 2006 21:09:54 +0000 Subject: r19175: If not in _SAMBA_BUILD_, define _PUBLIC_ to nothing. (This used to be commit 8c2585f0cfb7ae229de066965a732904545f0869) --- source4/lib/socket_wrapper/socket_wrapper.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/socket_wrapper') diff --git a/source4/lib/socket_wrapper/socket_wrapper.c b/source4/lib/socket_wrapper/socket_wrapper.c index 68ee400a7b..d2ef84ac22 100644 --- a/source4/lib/socket_wrapper/socket_wrapper.c +++ b/source4/lib/socket_wrapper/socket_wrapper.c @@ -74,6 +74,8 @@ #include #include +#define _PUBLIC_ + #error "dlinklist.h missing" #endif -- cgit