diff options
-rw-r--r-- | source4/lib/socket/socket_ipv4.c | 2 |
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) { |