summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaflcko <6399679+maflcko@users.noreply.github.com>2024-03-29 10:13:25 +0100
committerGitHub <noreply@github.com>2024-03-29 10:13:25 +0100
commit6408338e9396769dfb873b7708a78dc4b8099d85 (patch)
tree27bee1db1a5ef60589565efb2f7b8bd88d36c521
parent5bbd02f581dff4060815e4291b80a9316841195e (diff)
Update jq_fuzz_load_file.c: Add missing include unistd.h (#3085)
-rw-r--r--tests/jq_fuzz_load_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jq_fuzz_load_file.c b/tests/jq_fuzz_load_file.c
index e362d028..fb11277f 100644
--- a/tests/jq_fuzz_load_file.c
+++ b/tests/jq_fuzz_load_file.c
@@ -1,5 +1,6 @@
#include <stdint.h>
#include <stdlib.h>
+#include <unistd.h>
#include "jv.h"