summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-05-12 10:20:40 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-05-12 10:20:40 +0000
commita3f23a32f1f781c5be559712b2dfbe584a510e58 (patch)
treed61443b33effe7135091a61e0eff8df499689c76 /mutt.h
parent507c87642d8a1a9327464e010beebcabe2da7a5d (diff)
wide-character related patches. From Edmund Grimley Evans.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index 09a42f41..f8656118 100644
--- a/mutt.h
+++ b/mutt.h
@@ -28,6 +28,9 @@
#include <limits.h>
#include <stdarg.h>
#include <signal.h>
+#ifdef HAVE_WCHAR_H
+#include <wchar.h>
+#endif
#ifndef _POSIX_PATH_MAX
#include <posix1_lim.h>