Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 11, 2024
Merged

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

merged 1 commit into from
Apr 11, 2024

Conversation

maflcko
Copy link
Contributor

@maflcko maflcko commented Mar 29, 2024

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
2 of 4 checks passed
@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