Put prototypes for the functions exported by wcwidth.c in putty.h, and remove
[u/mdw/putty] / wcwidth.c
index 2d7a093..ed7529b 100644 (file)
--- a/wcwidth.c
+++ b/wcwidth.c
@@ -8,6 +8,8 @@
 
 #include <stddef.h>
 
+#include "putty.h"
+
 struct interval {
   unsigned short first;
   unsigned short last;