svn commit: samba r18139 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Wed Sep 6 06:12:36 GMT 2006


Author: tridge
Date: 2006-09-06 06:12:36 +0000 (Wed, 06 Sep 2006)
New Revision: 18139

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18139

Log:

irix needs system/network.h here

Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.c
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.c	2006-09-06 06:05:58 UTC (rev 18138)
+++ branches/SAMBA_4_0/source/lib/replace/replace.c	2006-09-06 06:12:36 UTC (rev 18139)
@@ -28,6 +28,7 @@
 #include "system/time.h"
 #include "system/passwd.h"
 #include "system/syslog.h"
+#include "system/network.h"
 
 void replace_dummy(void);
 void replace_dummy(void) {}



More information about the samba-cvs mailing list