From cf863ef3e37a52de35ec848fa84b129ecb4491ec Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 13 Aug 2006 22:57:05 +0000 Subject: r17524: Lets see if we can try and get the socket_wapper includes to be pre-processed last, and get AIX and some other hosts to pass make test again (I think the macros were being over-overridden). Andrew Bartlett (This used to be commit 650b99b19d3ede84848ebe747f8afbf2cce9d7e2) --- source4/lib/socket/socket_ipv4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/socket') diff --git a/source4/lib/socket/socket_ipv4.c b/source4/lib/socket/socket_ipv4.c index 38c9f98fdb..815db48b90 100644 --- a/source4/lib/socket/socket_ipv4.c +++ b/source4/lib/socket/socket_ipv4.c @@ -22,9 +22,9 @@ */ #include "includes.h" -#include "system/network.h" #include "system/filesys.h" #include "lib/socket/socket.h" +#include "system/network.h" static NTSTATUS ipv4_init(struct socket_context *sock) { -- cgit