From 9adf2883efc275b359d8e50c493023c48883eef6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 Sep 2006 10:00:42 +0000 Subject: r18321: fixed some warnings on AIX (This used to be commit 449fab2c264aa50601f9a2d3310f1910ba97706b) --- source4/lib/socket/socket_ipv6.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/socket/socket_ipv6.c') diff --git a/source4/lib/socket/socket_ipv6.c b/source4/lib/socket/socket_ipv6.c index 7c349a4cdb..06734a190c 100644 --- a/source4/lib/socket/socket_ipv6.c +++ b/source4/lib/socket/socket_ipv6.c @@ -21,6 +21,7 @@ #include "includes.h" #include "lib/socket/socket.h" +#include "system/filesys.h" /* needed for close() */ #include "system/network.h" static struct in6_addr interpret_addr6(const char *name) -- cgit