Fix issue27146 - add stdio.h include to posixmodule.c for ctermid().
This commit is contained in:
parent
338502b307
commit
fa76eeec70
|
@ -32,6 +32,8 @@
|
|||
#include "winreparse.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h> /* needed for ctermid() */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue