aboutsummaryrefslogtreecommitdiffstats
path: root/misc/window/files/patch-string.c
blob: b41702b1665934e58ba175fe8aae00b6ddef39a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- string.c.orig	2009-02-23 10:26:32 UTC
+++ string.c
@@ -45,6 +45,8 @@ static char rcsid[] =
 #include <stdio.h>
 #include <stdlib.h>
 
+struct mystring str_head;
+
 char *
 str_cpy(s)
 register char *s;