New timing infrastructure. There's a new function schedule_timer()
[u/mdw/putty] / wcwidth.c
index f76fd86..ed7529b 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;