Skip to content

Commit

Permalink
Update fuzz_manifest.c: Add missing include unistd.h (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
maflcko committed Apr 11, 2024
1 parent 085e77b commit f19401c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fuzzing/fuzz_manifest.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <unistd.h>
#include "../../src/common/clib-package.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
Expand Down

0 comments on commit f19401c

Please sign in to comment.