summaryrefslogtreecommitdiff
path: root/macros.pl
diff options
context:
space:
mode:
Diffstat (limited to 'macros.pl')
-rw-r--r--macros.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.pl b/macros.pl
index 1de90e7d..097cb712 100644
--- a/macros.pl
+++ b/macros.pl
@@ -18,7 +18,7 @@ open INPUT,$fname || die "unable to open $fname\n";
open OUTPUT,">macros.c" || die "unable to open macros.c\n";
print OUTPUT "/* This file auto-generated from standard.mac by macros.pl" .
- " - don't edit it */\n\nstatic char *stdmac[] = {\n";
+ " - don't edit it */\n\n#include <stddef.h>\n\nstatic char *stdmac[] = {\n";
while (<INPUT>) {
$line++;