There was an error while loading. Please reload this page.
1 parent 54a1d0b commit fb421c8Copy full SHA for fb421c8
1 file changed
Modules/errnomodule.c
@@ -33,6 +33,11 @@ PERFORMANCE OF THIS SOFTWARE.
33
34
#include "Python.h"
35
36
+/* Mac with GUSI has more errors than those in errno.h */
37
+#ifdef USE_GUSI
38
+#include <sys/errno.h>
39
+#endif
40
+
41
/*
42
* Pull in the system error definitions
43
*/
0 commit comments