diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 12:43:25 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2004-11-02 12:43:25 +0000 |
commit | e7521a4561c41e8f92676e3d41f59d9a3c14d20d (patch) | |
tree | d1992fe5914b4023618af170dc48bb4093053397 /source/lib/socket/socket_unix.c | |
parent | b3679124e9f03b1b1d3adea2aea9493611f825b1 (diff) | |
download | samba-e7521a4561c41e8f92676e3d41f59d9a3c14d20d.tar.gz samba-e7521a4561c41e8f92676e3d41f59d9a3c14d20d.tar.xz samba-e7521a4561c41e8f92676e3d41f59d9a3c14d20d.zip |
r3482: fixed a warning and an error from the IRIX 6.4 build
Diffstat (limited to 'source/lib/socket/socket_unix.c')
-rw-r--r-- | source/lib/socket/socket_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |