X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=wcwidth.c;fp=wcwidth.c;h=d42a082251ae4994c9c61b8d6356286e2f37fe52;hb=f404a0ca916be07049af51a3022baaaaab94def6;hp=e0e1cb745b65e2659120abaf9062c8b5a7398f70;hpb=0c528da3f6976cfef3d729d9cd66bd8f265a4060;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"