From: Stefan Metzmacher Date: Fri, 7 Aug 2009 12:55:01 +0000 (+0200) Subject: s4:libcli/raw: also include smb2_constants.h into interfaces.h X-Git-Tag: talloc-2.0.0~464^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93ec5d27e46c4182a8c2913b1bc2757db1b7860b;p=thirdparty%2Fsamba.git s4:libcli/raw: also include smb2_constants.h into interfaces.h metze --- diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index 478b6585d41..c534dbaef2b 100644 --- a/source4/libcli/raw/interfaces.h +++ b/source4/libcli/raw/interfaces.h @@ -22,7 +22,8 @@ #ifndef __LIBCLI_RAW_INTERFACES_H__ #define __LIBCLI_RAW_INTERFACES_H__ -#include "smb.h" +#include "libcli/raw/smb.h" +#include "libcli/smb2/smb2_constants.h" #include "librpc/gen_ndr/misc.h" /* for struct GUID */ /* this structure is just a wrapper for a string, the only reason we