diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 13:36:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:29 -0500 |
commit | 17ae598141b44142ad52a66cc4767029e3a73d6c (patch) | |
tree | f2bc452432344bea214be864501af3b333c0fde6 /source4/include | |
parent | 0de1ad5ae621ad99d507b38d3eb2e2015b2fbd71 (diff) | |
download | samba-17ae598141b44142ad52a66cc4767029e3a73d6c.tar.gz samba-17ae598141b44142ad52a66cc4767029e3a73d6c.tar.bz2 samba-17ae598141b44142ad52a66cc4767029e3a73d6c.zip |
r13938: Around round of splitups
(This used to be commit 2d655f05285a86bb1bbb882e4dd843def15c9dfa)
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 adf4d37016..89d586b75c 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -123,6 +123,7 @@ enum brl_type { #include "libcli/raw/interfaces.h" #include "auth/credentials/credentials.h" #include "libcli/nbt/libnbt.h" +#include "libcli/util/proto.h" #undef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) |