diff options
Diffstat (limited to 'byterun/intern.c')
-rw-r--r-- | byterun/intern.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/intern.c b/byterun/intern.c index 5fbeca32a..5c063b3ae 100644 --- a/byterun/intern.c +++ b/byterun/intern.c @@ -13,6 +13,7 @@ /* Structured input, compact format */ +#include <string.h> #include "alloc.h" #include "fail.h" #include "gc.h" |