summaryrefslogtreecommitdiff
path: root/css/makeenum
diff options
context:
space:
mode:
Diffstat (limited to 'css/makeenum')
-rwxr-xr-xcss/makeenum2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/makeenum b/css/makeenum
index 0bf4a8f36..54c513d06 100755
--- a/css/makeenum
+++ b/css/makeenum
@@ -11,7 +11,7 @@ $out = shift or die "usage: makeenum leafname";
open H, ">$out.h" or die "open 'enum.h' failed";
open C, ">$out.c" or die "open 'enum.c' failed";
-print C "#include <string.h>\n";
+print C "#include <strings.h>\n";
print C "#include \"$out.h\"\n\n";
while (<>) {