Skip to content
Snippets Groups Projects
Commit f74f1c1d authored by rswindell's avatar rswindell
Browse files

Now #includes errno.h for all builds to guarantee proper redefinition of EINTR.

parent fa6d1ee3
No related branches found
No related tags found
No related merge requests found
......@@ -62,10 +62,11 @@
#include <sys/time.h> /* struct timeval */
#include <arpa/inet.h> /* inet_ntoa */
#include <unistd.h> /* close */
#include <errno.h> /* errno */
#endif
#include <errno.h> /* errno */
/**********************************/
/* Socket Implementation-specific */
/**********************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment