From 31594c0705eaab68b07bbf9fe487fb73ac0b778a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Feb 2005 06:59:29 +0000 Subject: r5304: removed lib/socket/socket.h from includes.h --- source/lib/socket/socket_unix.c | 2 ++ 1 file changed, 2 insertions(+) (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 2bcce0eb118..7cf12db4b2e 100644 --- a/source/lib/socket/socket_unix.c +++ b/source/lib/socket/socket_unix.c @@ -22,6 +22,8 @@ */ #include "includes.h" +#include "lib/socket/socket.h" +#include "lib/socket/socket.h" #include "system/network.h" #include "system/filesys.h" -- cgit