1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Update jq_fuzz_load_file.c: Add missing include unistd.h (#3085)

This commit is contained in:
maflcko
2024-03-29 10:13:25 +01:00
committed by GitHub
parent 5bbd02f581
commit 6408338e93

View File

@ -1,5 +1,6 @@
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h>
#include "jv.h" #include "jv.h"