svn commit: samba r19610 - in branches/SAMBA_4_0/source/smbd: .

metze at samba.org metze at samba.org
Tue Nov 7 12:03:02 GMT 2006


Author: metze
Date: 2006-11-07 12:03:01 +0000 (Tue, 07 Nov 2006)
New Revision: 19610

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

Log:
fix the build

metze
Modified:
   branches/SAMBA_4_0/source/smbd/process_single.c
   branches/SAMBA_4_0/source/smbd/process_standard.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/process_single.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/process_single.c	2006-11-07 10:44:17 UTC (rev 19609)
+++ branches/SAMBA_4_0/source/smbd/process_single.c	2006-11-07 12:03:01 UTC (rev 19610)
@@ -24,6 +24,7 @@
 
 #include "includes.h"
 #include "smbd/process_model.h"
+#include "system/filesys.h"
 
 /*
   called when the process model is selected

Modified: branches/SAMBA_4_0/source/smbd/process_standard.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/process_standard.c	2006-11-07 10:44:17 UTC (rev 19609)
+++ branches/SAMBA_4_0/source/smbd/process_standard.c	2006-11-07 12:03:01 UTC (rev 19610)
@@ -27,9 +27,10 @@
 #include "lib/tdb/include/tdb.h"
 #include "lib/socket/socket.h"
 #include "smbd/process_model.h"
-
 #include "param/secrets.h"
 
+#include "system/filesys.h"
+
 #ifdef HAVE_SETPROCTITLE
 #ifdef HAVE_SETPROCTITLE_H
 #include <setproctitle.h>



More information about the samba-cvs mailing list