mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Make gcc -Wall happy.
This commit is contained in:
parent
04f95d5238
commit
685a38ea94
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "structmember.h"
|
||||
#include "ceval.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef THINK_C
|
||||
#define HAVE_FOPENRF
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue