]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Oh, and we'll have <string.h> back too...
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 11 Mar 1999 15:07:16 +0000 (15:07 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 11 Mar 1999 15:07:16 +0000 (15:07 +0000)
[originally from svn r89]

terminal.c

index 0d0eca6d77db6563c9c66a6f472a8095259e04e7..416b10167b0ee02cc6c65d4e315def0eba81e7da 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-
+#include <string.h>
 #include "putty.h"
 
 static unsigned long *text;           /* buffer of text on terminal screen */