diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 12:15:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:20 -0500 |
commit | a99b6219a810a1cd10bd62a6716780602808f0cd (patch) | |
tree | 56cd12199083444dda5b66ef3c276327bbe864cd /source4/librpc/rpc | |
parent | 8228a362a9d70ae51c04d11840fa081794d26c68 (diff) | |
download | samba-a99b6219a810a1cd10bd62a6716780602808f0cd.tar.gz samba-a99b6219a810a1cd10bd62a6716780602808f0cd.tar.bz2 samba-a99b6219a810a1cd10bd62a6716780602808f0cd.zip |
r3481: split out client.h and events.h
(This used to be commit c6f486574470a311e0d336c026103f131451e21e)
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc_sock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc_sock.c b/source4/librpc/rpc/dcerpc_sock.c index c0050da383..41fde60ea0 100644 --- a/source4/librpc/rpc/dcerpc_sock.c +++ b/source4/librpc/rpc/dcerpc_sock.c @@ -23,6 +23,7 @@ #include "includes.h" #include "dlinklist.h" +#include "events.h" #include "librpc/gen_ndr/ndr_epmapper.h" #define MIN_HDR_SIZE 16 |