]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - wcwidth.c
Patch from Kurt Roeckx: apparently on Debian amd64, the ut_time member of
[PuTTY.git] / wcwidth.c
index f76fd8629e50258faf6e34b0d25434aa76e9f64f..ed7529ba8eec76f4d343672aee275b0694e7ce2b 100644 (file)
--- a/wcwidth.c
+++ b/wcwidth.c
@@ -6,7 +6,9 @@
  * Markus Kuhn -- 2001-01-12 -- public domain
  */
 
-#include <wchar.h>
+#include <stddef.h>
+
+#include "putty.h"
 
 struct interval {
   unsigned short first;