diff options
-rw-r--r-- | fuzz/fuzz-conv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/fuzz-conv.c b/fuzz/fuzz-conv.c index 0602134..5414742 100644 --- a/fuzz/fuzz-conv.c +++ b/fuzz/fuzz-conv.c @@ -1,6 +1,7 @@ #include <stdint.h> #include <string.h> #include <stdlib.h> +#include <unistd.h> #include <gc.h> #include "wc.h" #include "wtf.h" |