X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/6ae18debc04dd13eade6226d481abaa532c1dedf..bd0b4caf4402bb428a6c13af8f1fc02a22f43aec:/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;