svn commit: samba r20813 - in branches/SAMBA_4_0/source/scripting/ejs/ejsnet: .

metze at samba.org metze at samba.org
Mon Jan 15 18:38:43 GMT 2007


Author: metze
Date: 2007-01-15 18:38:43 +0000 (Mon, 15 Jan 2007)
New Revision: 20813

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

Log:
fix the build with autodependencies

metze
Modified:
   branches/SAMBA_4_0/source/scripting/ejs/ejsnet/net_user.c


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/ejs/ejsnet/net_user.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/ejsnet/net_user.c	2007-01-15 18:02:47 UTC (rev 20812)
+++ branches/SAMBA_4_0/source/scripting/ejs/ejsnet/net_user.c	2007-01-15 18:38:43 UTC (rev 20813)
@@ -23,7 +23,7 @@
 #include "includes.h"
 #include "lib/appweb/ejs/ejs.h"
 #include "libnet/libnet.h"
-#include "proto.h"
+#include "scripting/ejs/ejsnet/proto.h"
 #include "scripting/ejs/smbcalls.h"
 #include "events/events.h"
 #include "auth/credentials/credentials.h"



More information about the samba-cvs mailing list