summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-08-13 22:57:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:15:32 -0500
commitcf863ef3e37a52de35ec848fa84b129ecb4491ec (patch)
tree520536286cff84ae6f53458402593c2f62a2a8ac
parentebee68a5ae02b1f9a1cffc35b5b5cb248a5b4d50 (diff)
downloadsamba-cf863ef3e37a52de35ec848fa84b129ecb4491ec.tar.gz
samba-cf863ef3e37a52de35ec848fa84b129ecb4491ec.tar.bz2
samba-cf863ef3e37a52de35ec848fa84b129ecb4491ec.zip
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)
-rw-r--r--source4/lib/socket/socket_ipv4.c2
1 files changed, 1 insertions, 1 deletions
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)
{