Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f558d5f + 46833e7 commit dee9f75Copy full SHA for dee9f75
1 file changed
Modules/posixmodule.c
@@ -38,6 +38,8 @@
38
#undef HAVE_FACCESSAT
39
#endif
40
41
+#include <stdio.h> /* needed for ctermid() */
42
+
43
#ifdef __cplusplus
44
extern "C" {
45
0 commit comments