From e7521a4561c41e8f92676e3d41f59d9a3c14d20d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 12:43:25 +0000 Subject: r3482: fixed a warning and an error from the IRIX 6.4 build --- source/lib/socket/socket_unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/lib/socket/socket_unix.c') diff --git a/source/lib/socket/socket_unix.c b/source/lib/socket/socket_unix.c index f09573802a0..0ba4797219c 100644 --- a/source/lib/socket/socket_unix.c +++ b/source/lib/socket/socket_unix.c @@ -22,6 +22,7 @@ */ #include "includes.h" +#include "system/network.h" -- cgit