Fix issue27146 - add stdio.h include to posixmodule.c for ctermid().

parent 338502b3
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
#include "winreparse.h" #include "winreparse.h"
#endif #endif
#include <stdio.h> /* needed for ctermid() */
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#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