Andreas Krennmair:
[apps/madmutt.git] / wcwidth.c
index e0e1cb7..d42a082 100644 (file)
--- a/wcwidth.c
+++ b/wcwidth.c
@@ -9,6 +9,10 @@
 /* Adapted for Mutt by Edmund Grimley Evans.
  */
 
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #ifndef HAVE_WC_FUNCS
 
 #include "mutt.h"