aboutsummaryrefslogtreecommitdiffstats
path: root/makenimitoki.c
diff options
context:
space:
mode:
Diffstat (limited to 'makenimitoki.c')
-rw-r--r--makenimitoki.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/makenimitoki.c b/makenimitoki.c
index 6f9eb31..00d3e01 100644
--- a/makenimitoki.c
+++ b/makenimitoki.c
@@ -42,6 +42,8 @@ make_header(FILE *nimitoki_h)
"#ifndef NIMI_TOKI_H\n"
"#define NIMI_TOKI_H\n\n"
+ "#include <stdlib.h>\n"
+
"extern const char *nimi_toki[]; /* list of words */\n"
"extern const unsigned long suli_pi_nimi_toki /* length of word list */;\n\n"