1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-27 07:42:09 -05:00

Oh, and we'll have <string.h> back too...

[originally from svn r89]
This commit is contained in:
Ben Harris 1999-03-11 15:07:16 +00:00
parent d295d01217
commit d801319d6c

View File

@ -4,7 +4,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include "putty.h" #include "putty.h"
static unsigned long *text; /* buffer of text on terminal screen */ static unsigned long *text; /* buffer of text on terminal screen */