Fix miscellaneous compiler warnings. Thanks to Jacob Nevins
[u/mdw/putty] / terminal.c
index 12ad1e9..f5ffa26 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <ctype.h>
 
 #include "putty.h"