From 5a20325c867b32333f489b7d04c6b8e6571ed06d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Mar 2011 15:35:28 +1100 Subject: libcli: created smb_constants.h this starts the (long!) process of moving some of the SMB constants into common files. This just moves the FLAGS2_ defines, which are needed for common string routines (for FLAGS2_UNICODE_STRINGS) --- libcli/smb/smb_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcli/smb/smb_common.h') diff --git a/libcli/smb/smb_common.h b/libcli/smb/smb_common.h index d6186ab526..8fe0623727 100644 --- a/libcli/smb/smb_common.h +++ b/libcli/smb/smb_common.h @@ -24,5 +24,6 @@ #include "../libcli/smb/smb2_constants.h" #include "../libcli/smb/smb2_create_blob.h" +#include "../libcli/smb/smb_constants.h" #endif -- cgit