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