X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=wcwidth.c;h=d42a082251ae4994c9c61b8d6356286e2f37fe52;hp=e0e1cb745b65e2659120abaf9062c8b5a7398f70;hb=1444b072e826dc42c40f0e82e7fd512b7f9c5f71;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/wcwidth.c b/wcwidth.c index e0e1cb7..d42a082 100644 --- 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"