From 3f16241a1d3243447d0244ebac05b447aec94df8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 14 Mar 2006 01:29:56 +0000 Subject: r14363: Remove credentials.h from the global includes. (This used to be commit 98c4c3051391c6f89df5d133665f51bef66b1563) --- source4/scripting/ejs/ejsnet.c | 1 + source4/scripting/ejs/smbcalls_cli.c | 1 + source4/scripting/ejs/smbcalls_creds.c | 1 + source4/scripting/ejs/smbcalls_rpc.c | 1 + 4 files changed, 4 insertions(+) (limited to 'source4/scripting') diff --git a/source4/scripting/ejs/ejsnet.c b/source4/scripting/ejs/ejsnet.c index 6c7a0274cf..952ebeb575 100644 --- a/source4/scripting/ejs/ejsnet.c +++ b/source4/scripting/ejs/ejsnet.c @@ -26,6 +26,7 @@ #include "scripting/ejs/ejsnet.h" #include "libnet/libnet.h" #include "events/events.h" +#include "auth/credentials/credentials.h" static int ejs_net_userman(MprVarHandle, int, struct MprVar**); static int ejs_net_createuser(MprVarHandle, int, char**); diff --git a/source4/scripting/ejs/smbcalls_cli.c b/source4/scripting/ejs/smbcalls_cli.c index bc69c0653d..914d163ec7 100644 --- a/source4/scripting/ejs/smbcalls_cli.c +++ b/source4/scripting/ejs/smbcalls_cli.c @@ -27,6 +27,7 @@ #include "libcli/composite/composite.h" #include "libcli/smb_composite/smb_composite.h" #include "libcli/libcli.h" +#include "auth/credentials/credentials.h" #if 0 diff --git a/source4/scripting/ejs/smbcalls_creds.c b/source4/scripting/ejs/smbcalls_creds.c index a1b9446e9e..c6ad64933b 100644 --- a/source4/scripting/ejs/smbcalls_creds.c +++ b/source4/scripting/ejs/smbcalls_creds.c @@ -24,6 +24,7 @@ #include "scripting/ejs/smbcalls.h" #include "lib/appweb/ejs/ejs.h" #include "lib/cmdline/popt_common.h" +#include "auth/credentials/credentials.h" /* helper function to get the local objects credentials ptr diff --git a/source4/scripting/ejs/smbcalls_rpc.c b/source4/scripting/ejs/smbcalls_rpc.c index 4527f7385a..e666aa65cc 100644 --- a/source4/scripting/ejs/smbcalls_rpc.c +++ b/source4/scripting/ejs/smbcalls_rpc.c @@ -30,6 +30,7 @@ #include "dlinklist.h" #include "lib/events/events.h" #include "librpc/rpc/dcerpc_table.h" +#include "auth/credentials/credentials.h" /* state of a irpc 'connection' -- cgit