diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-24 11:55:45 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-24 02:42:37 +0100 |
commit | 5ec284d15289c5716114bff99a19890abbd45fb3 (patch) | |
tree | ac6df871aae3cda79b5f979817f985944667edbb /source4/rpc_server/common | |
parent | 52fe20c3103bbdec72f95344f07dd98b0fa915ce (diff) | |
download | samba-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 'source4/rpc_server/common')
-rw-r--r-- | source4/rpc_server/common/reply.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/rpc_server/common/reply.c b/source4/rpc_server/common/reply.c index 83660c209b..92bd552ad1 100644 --- a/source4/rpc_server/common/reply.c +++ b/source4/rpc_server/common/reply.c @@ -38,6 +38,7 @@ #include "lib/socket/socket.h" #include "smbd/process_model.h" #include "lib/messaging/irpc.h" +#include "librpc/rpc/rpc_common.h" /* |