summaryrefslogtreecommitdiff
path: root/x11-wm/afterstep/files/patch-mystrcasecmp.c
blob: e206b8485cf50c16d9a30835e2f7debba149831f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- lib/mystrcasecmp.c.orig	1996-08-21 14:23:34 UTC
+++ lib/mystrcasecmp.c
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
+#include <string.h>
 
 int mystrcasecmp(char *s1,char *s2)
 {