[issue27146] posixmodule.c needs stdio.h

Phil Thompson report at bugs.python.org
Sat May 28 13:03:27 EDT 2016


New submission from Phil Thompson:

posixmodule.c needs to #include <stdio.h> to get the declaration of ctermid(). On most platforms this happens as a side effect of including other .h files but does not on Android.

----------
components: Library (Lib)
messages: 266561
nosy: philthompson10
priority: normal
severity: normal
status: open
title: posixmodule.c needs stdio.h
type: compile error
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27146>
_______________________________________


More information about the Python-bugs-list mailing list