diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-03-24 15:35:28 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-25 04:37:06 +0100 |
commit | 5a20325c867b32333f489b7d04c6b8e6571ed06d (patch) | |
tree | 2122e76c4412ea74f136d8c3bac6def6e6345711 /lib/util | |
parent | bfce962c8f5219e72a07810a663a14542355927d (diff) | |
download | samba-5a20325c867b32333f489b7d04c6b8e6571ed06d.tar.gz samba-5a20325c867b32333f489b7d04c6b8e6571ed06d.tar.xz samba-5a20325c867b32333f489b7d04c6b8e6571ed06d.zip |
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)
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/charset/charcnv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/charset/charcnv.c b/lib/util/charset/charcnv.c index 1e1f2a350e0..5489cf73919 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 |