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

tridge at samba.org tridge at samba.org
Tue Sep 5 02:05:37 GMT 2006


Author: tridge
Date: 2006-09-05 02:05:36 +0000 (Tue, 05 Sep 2006)
New Revision: 18056

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

Log:

includes needed for O_CREAT

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-05 02:03:22 UTC (rev 18055)
+++ branches/SAMBA_4_0/source/lib/replace/replace.c	2006-09-05 02:05:36 UTC (rev 18056)
@@ -26,8 +26,10 @@
 
 #include <stdlib.h>
 #include <unistd.h>
+#include <string.h>
 #include <sys/stat.h>
-#include <string.h>
+#include <sys/types.h>
+#include <fcntl.h>
 
 void replace_dummy(void);
 void replace_dummy(void) {}



More information about the samba-cvs mailing list