X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/6ae18debc04dd13eade6226d481abaa532c1dedf..d6214a563632bb2c0d92d1e31dfea02880d97600:/wcwidth.c diff --git a/wcwidth.c b/wcwidth.c index f76fd862..ed7529ba 100644 --- a/wcwidth.c +++ b/wcwidth.c @@ -6,7 +6,9 @@ * Markus Kuhn -- 2001-01-12 -- public domain */ -#include +#include + +#include "putty.h" struct interval { unsigned short first;