mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/* termiosmodule.c -- POSIX terminal I/O module implementation. */
|
||||
|
||||
#include <Python.h>
|
||||
#include "Python.h"
|
||||
|
||||
#define PyInit_termios inittermios
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue