s4:libcli/util/tstream.c - Need to include "system/network.h"
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Fri, 29 Jan 2010 19:01:34 +0000 (20:01 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Fri, 29 Jan 2010 19:01:34 +0000 (20:01 +0100)
Otherwise I don't get "struct iovec" through "<sys/uio.h>" on CentOS 4.

libcli/util/tstream.c

index f6c92f3385383b21f410811f19a3986bbc2bf148..8911c5d541ad512242f9e27251f1362bcd75a057 100644 (file)
@@ -20,6 +20,7 @@
 #include "includes.h"
 #include <tevent.h>
 #include "system/filesys.h"
+#include "system/network.h"
 #include "../lib/tsocket/tsocket.h"
 #include "../libcli/util/tstream.h"
 #include "../lib/util/tevent_ntstatus.h"