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

This commit is contained in:
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 2016-05-28 21:06:41 +00:00
commit 46833e73af
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@
#undef HAVE_FACCESSAT
#endif
#include <stdio.h> /* needed for ctermid() */
#ifdef __cplusplus
extern "C" {
#endif