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) --- lib/util/charset/charcnv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/util/charset') diff --git a/lib/util/charset/charcnv.c b/lib/util/charset/charcnv.c index 1e1f2a350e..5489cf7391 100644 --- a/lib/util/charset/charcnv.c +++ b/lib/util/charset/charcnv.c @@ -22,6 +22,7 @@ */ #include "includes.h" #include "system/iconv.h" +#include "libcli/smb/smb_common.h" /** * @file -- cgit