Skip to content

Update fuzz_manifest.c: Add missing include unistd.h#310

Merged
stephenmathieson merged 1 commit into
clibs:masterfrom
maflcko:patch-1
Apr 11, 2024
Merged

Update fuzz_manifest.c: Add missing include unistd.h#310
stephenmathieson merged 1 commit into
clibs:masterfrom
maflcko:patch-1

Conversation

@maflcko

@maflcko maflcko commented Mar 29, 2024

Copy link
Copy Markdown
Contributor

To fix a clang-18 error:

test/fuzzing/fuzz_manifest.c:25:5: error: call to undeclared function 'unlink'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   25 |     unlink(filename);
      |     ^
1 error generated.
ERROR:__main__:Building fuzzers failed.

@stephenmathieson stephenmathieson merged commit f19401c into clibs:master Apr 11, 2024
@maflcko maflcko deleted the patch-1 branch April 12, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants