Skip to content
Snippets Groups Projects
Commit ced17409 authored by H William Welliver's avatar H William Welliver
Browse files

configure: add stdlib.h to nonblocking test (if we have it).

Hopefully fixes configuration failure on latest darwin due to implicit definition of exit()
parent a7e7cb5e
Branches
Tags
No related merge requests found
...@@ -38,6 +38,9 @@ ...@@ -38,6 +38,9 @@
#include <sys/socket.h> #include <sys/socket.h>
#endif #endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <errno.h> #include <errno.h>
#ifdef HAVE_SYS_ERRNO_H #ifdef HAVE_SYS_ERRNO_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment