From 5ec284d15289c5716114bff99a19890abbd45fb3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Feb 2011 11:55:45 +1100 Subject: build: moved librpc/rpc/*.c into a rpccommon library Pair-Programmed-With: Andrew Bartlett Autobuild-User: Andrew Tridgell Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104 --- source4/librpc/rpc/dcerpc_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc/rpc/dcerpc_util.c') diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c index d27b0f3f5b..a84e967020 100644 --- a/source4/librpc/rpc/dcerpc_util.c +++ b/source4/librpc/rpc/dcerpc_util.c @@ -31,6 +31,7 @@ #include "librpc/rpc/dcerpc_proto.h" #include "auth/credentials/credentials.h" #include "param/param.h" +#include "librpc/rpc/rpc_common.h" /* find a dcerpc call on an interface by name -- cgit