From 046a54f96394fe49226ab2b48fdeb7c07937ea57 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 30 Dec 2005 23:18:27 +0000 Subject: r12622: Move table.c prototypes to seperate header to prevent circular dependencies with proto.h (This used to be commit 9e0ba380374db028358158b9e4457dd930b5ab13) --- source4/scripting/ejs/smbcalls_rpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/scripting') diff --git a/source4/scripting/ejs/smbcalls_rpc.c b/source4/scripting/ejs/smbcalls_rpc.c index a104f0eb16..4527f7385a 100644 --- a/source4/scripting/ejs/smbcalls_rpc.c +++ b/source4/scripting/ejs/smbcalls_rpc.c @@ -29,6 +29,7 @@ #include "scripting/ejs/ejsrpc.h" #include "dlinklist.h" #include "lib/events/events.h" +#include "librpc/rpc/dcerpc_table.h" /* state of a irpc 'connection' -- cgit