diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-10 06:59:29 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2005-02-10 06:59:29 +0000 |
commit | 31594c0705eaab68b07bbf9fe487fb73ac0b778a (patch) | |
tree | ef7ea86eb1333d91f4740c4cd1ccc5d304580abe /source/lib/socket/socket_unix.c | |
parent | 05ee7963bf6766d3ba325b08d64d8de623960b12 (diff) | |
download | samba-31594c0705eaab68b07bbf9fe487fb73ac0b778a.tar.gz samba-31594c0705eaab68b07bbf9fe487fb73ac0b778a.tar.xz samba-31594c0705eaab68b07bbf9fe487fb73ac0b778a.zip |
r5304: removed lib/socket/socket.h from includes.h
Diffstat (limited to 'source/lib/socket/socket_unix.c')
-rw-r--r-- | source/lib/socket/socket_unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |