diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-02 20:12:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:59 -0500 |
commit | f30eba52225df456e341beac380ab05469bde76b (patch) | |
tree | 9c2f48926ecbac5c09e6a08877ca7535b0676f43 /source4/include | |
parent | 1439697d339e5a866589d425d8d1a1e74b553ff3 (diff) | |
download | samba-f30eba52225df456e341beac380ab05469bde76b.tar.gz samba-f30eba52225df456e341beac380ab05469bde76b.tar.bz2 samba-f30eba52225df456e341beac380ab05469bde76b.zip |
r8940: Add TDR (Trivial Data Representation). The aim is to use this later for
NBT/WINS/etc rather then having to depend on NDR.
(This used to be commit 5ee7af26dd220de06f1764cd1683abedeeda5131)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 7b6b2014e6..ea7abb0c9b 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -132,6 +132,7 @@ extern int errno; #include "smb.h" #include "byteorder.h" #include "module.h" +#include "lib/tdr/tdr.h" #include "librpc/ndr/libndr.h" #include "librpc/gen_ndr/misc.h" #include "librpc/gen_ndr/dcerpc.h" |