r17524: Lets see if we can try and get the socket_wapper includes to be
authorAndrew Bartlett <abartlet@samba.org>
Sun, 13 Aug 2006 22:57:05 +0000 (22:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:32 +0000 (14:15 -0500)
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

source/lib/socket/socket_ipv4.c

index 38c9f98fdbbfda0777a19d52d45d26907ef0e4bf..815db48b90d32fc7f24468af689cad0fdb0bfc7a 100644 (file)
@@ -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)
 {