mirror of https://github.com/python/cpython
Should include "Python.h", not <Python.h> -- it's not a standard
header file (yet :-).
This commit is contained in:
parent
11a5071ed6
commit
ca6954a979
|
@ -1,6 +1,6 @@
|
||||||
/* termiosmodule.c -- POSIX terminal I/O module implementation. */
|
/* termiosmodule.c -- POSIX terminal I/O module implementation. */
|
||||||
|
|
||||||
#include <Python.h>
|
#include "Python.h"
|
||||||
|
|
||||||
#define PyInit_termios inittermios
|
#define PyInit_termios inittermios
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue