summaryrefslogtreecommitdiff
path: root/lib/util
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-24 15:35:28 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-25 04:37:06 +0100
commit5a20325c867b32333f489b7d04c6b8e6571ed06d (patch)
tree2122e76c4412ea74f136d8c3bac6def6e6345711 /lib/util
parentbfce962c8f5219e72a07810a663a14542355927d (diff)
downloadsamba-5a20325c867b32333f489b7d04c6b8e6571ed06d.tar.gz
samba-5a20325c867b32333f489b7d04c6b8e6571ed06d.tar.bz2
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.c1
1 files changed, 1 insertions, 0 deletions
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