diff options
Diffstat (limited to 'tool/srcck1.c')
-rw-r--r-- | tool/srcck1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/srcck1.c b/tool/srcck1.c index cd4b4990b..ae19fbeba 100644 --- a/tool/srcck1.c +++ b/tool/srcck1.c @@ -22,6 +22,7 @@ #include <stdlib.h> #include <ctype.h> #include <stdio.h> +#include <string.h> /* Read the complete text of a file into memory. Return a pointer to ** the result. Panic if unable to read the file or allocate memory. |