diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-17 13:55:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:35 -0500 |
commit | 5b0051e0325aea7e46715aa61bba0a1dc025132c (patch) | |
tree | b3878a49f922a4e5c1fe801efd973722b3f88f89 /source4/libcli/smb2 | |
parent | 66b2ed2866ae994fd4f48b568a2e8328de6015a0 (diff) | |
download | samba-5b0051e0325aea7e46715aa61bba0a1dc025132c.tar.gz samba-5b0051e0325aea7e46715aa61bba0a1dc025132c.tar.xz samba-5b0051e0325aea7e46715aa61bba0a1dc025132c.zip |
r14511: Install more headers
(This used to be commit e1f896948fad8cf5a1aec300865c250c5721ee7d)
Diffstat (limited to 'source4/libcli/smb2')
-rw-r--r-- | source4/libcli/smb2/smb2.h | 2 | ||||
-rw-r--r-- | source4/libcli/smb2/smb2_calls.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/source4/libcli/smb2/smb2.h b/source4/libcli/smb2/smb2.h index 913d58409b0..ceafacf9d40 100644 --- a/source4/libcli/smb2/smb2.h +++ b/source4/libcli/smb2/smb2.h @@ -20,8 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "smb.h" - struct smb2_options { uint32_t timeout; }; diff --git a/source4/libcli/smb2/smb2_calls.h b/source4/libcli/smb2/smb2_calls.h index 7349b609cb7..af1730aeeeb 100644 --- a/source4/libcli/smb2/smb2_calls.h +++ b/source4/libcli/smb2/smb2_calls.h @@ -20,6 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "libcli/raw/interfaces.h" struct smb2_negprot { struct { |