Skip to content

Commit

Permalink
Update jq_fuzz_load_file.c: Add missing include unistd.h (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
maflcko committed Mar 29, 2024
1 parent 5bbd02f commit 6408338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/jq_fuzz_load_file.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>

#include "jv.h"

Expand Down

0 comments on commit 6408338

Please sign in to comment.