X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=wcwidth.c;h=ed7529ba8eec76f4d343672aee275b0694e7ce2b;hb=df66432b5dd1bd85e61bdf39601cad177ecd3e2c;hp=f76fd8629e50258faf6e34b0d25434aa76e9f64f;hpb=ea788e29c777fde8cacfba9df13e5c03e6755401;p=PuTTY.git 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;