summaryrefslogtreecommitdiff
path: root/css/makeenum
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2007-01-29 22:27:15 +0000
committerJames Bursa <james@netsurf-browser.org>2007-01-29 22:27:15 +0000
commita0b6661eb6980095f24d6317a31404596d70ba8c (patch)
treeb91c612d48815c03d05ec0466c543d85d72628c3 /css/makeenum
parentb76283f3d52985abd24081bcbb9196ec440e10af (diff)
downloadnetsurf-a0b6661eb6980095f24d6317a31404596d70ba8c.tar.gz
netsurf-a0b6661eb6980095f24d6317a31404596d70ba8c.tar.bz2
Make GTK build compile on FreeBSD.
svn path=/trunk/netsurf/; revision=3154
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 (<>) {