summaryrefslogtreecommitdiff
path: root/librpc/rpc/dcerpc_error.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-24 11:55:45 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-24 02:42:37 +0100
commit5ec284d15289c5716114bff99a19890abbd45fb3 (patch)
treeac6df871aae3cda79b5f979817f985944667edbb /librpc/rpc/dcerpc_error.c
parent52fe20c3103bbdec72f95344f07dd98b0fa915ce (diff)
downloadsamba-5ec284d15289c5716114bff99a19890abbd45fb3.tar.gz
samba-5ec284d15289c5716114bff99a19890abbd45fb3.tar.bz2
samba-5ec284d15289c5716114bff99a19890abbd45fb3.zip
build: moved librpc/rpc/*.c into a rpccommon library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104
Diffstat (limited to 'librpc/rpc/dcerpc_error.c')
-rw-r--r--librpc/rpc/dcerpc_error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/rpc/dcerpc_error.c b/librpc/rpc/dcerpc_error.c
index 17095e5057..7c98386664 100644
--- a/librpc/rpc/dcerpc_error.c
+++ b/librpc/rpc/dcerpc_error.c
@@ -21,6 +21,7 @@
#include "includes.h"
#include "librpc/rpc/dcerpc.h"
+#include "rpc_common.h"
struct dcerpc_fault_table {
const char *errstr;