X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6ae18debc04dd13eade6226d481abaa532c1dedf..86916870d36cb70e7ef0ea760e75a6ae8b2d83a5:/wcwidth.c?ds=sidebyside 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;