summaryrefslogtreecommitdiffstats
path: root/source/lib/socket/socket_unix.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-02 12:43:25 +0000
committerAndrew Tridgell <tridge@samba.org>2004-11-02 12:43:25 +0000
commite7521a4561c41e8f92676e3d41f59d9a3c14d20d (patch)
treed1992fe5914b4023618af170dc48bb4093053397 /source/lib/socket/socket_unix.c
parentb3679124e9f03b1b1d3adea2aea9493611f825b1 (diff)
downloadsamba-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.c1
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"