From 5b0051e0325aea7e46715aa61bba0a1dc025132c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Mar 2006 13:55:10 +0000 Subject: r14511: Install more headers (This used to be commit e1f896948fad8cf5a1aec300865c250c5721ee7d) --- source4/lib/charset/charset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/charset/charset.h') diff --git a/source4/lib/charset/charset.h b/source4/lib/charset/charset.h index df67aebb55..629786ee95 100644 --- a/source4/lib/charset/charset.h +++ b/source4/lib/charset/charset.h @@ -22,6 +22,8 @@ #ifndef __CHARSET_H__ #define __CHARSET_H__ +#include "lib/talloc/talloc.h" + /* this defines the charset types used in samba */ typedef enum {CH_UTF16=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3, CH_UTF8=4, CH_UTF16BE=5} charset_t; -- cgit