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

add missing header files to resolve configure error #135

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vpa1977
Copy link

@vpa1977 vpa1977 commented Apr 14, 2024

This MR resolves #134

This MR does not contain any functional changes, just adds missing headers to make failing checks pass[1]

[1] https://launchpad.net/~vpa1977/+archive/ubuntu/october-21/+sourcepub/15931126/+listing-archive-extra

function exit() is defined in stdlib.h[1]. The build fails with
-Werror=implicit-function-declaration.

[1] https://en.cppreference.com/w/c/program/exit
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.

ncrack fails to configure with -Werror=implicit-function-declaration
1 participant