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