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

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