Kaydet (Commit) 710d27e9 authored tarafından Victor Stinner's avatar Victor Stinner

Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h

Patch written by Remi Pointel.
üst aec2f21f
...@@ -748,6 +748,7 @@ Zach Pincus ...@@ -748,6 +748,7 @@ Zach Pincus
Michael Piotrowski Michael Piotrowski
Antoine Pitrou Antoine Pitrou
Jean-François Piéronne Jean-François Piéronne
Remi Pointel
Guilherme Polo Guilherme Polo
Michael Pomraning Michael Pomraning
Iustin Pop Iustin Pop
......
...@@ -156,6 +156,10 @@ if_indextoname(index) -- return the corresponding interface name\n\ ...@@ -156,6 +156,10 @@ if_indextoname(index) -- return the corresponding interface name\n\
# undef HAVE_GETHOSTBYNAME_R_6_ARG # undef HAVE_GETHOSTBYNAME_R_6_ARG
#endif #endif
#if defined(__OpenBSD__)
# include <sys/uio.h>
#endif
#ifndef WITH_THREAD #ifndef WITH_THREAD
# undef HAVE_GETHOSTBYNAME_R # undef HAVE_GETHOSTBYNAME_R
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment