diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h index 35a8bca..c875989 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -1,4 +1,5 @@ -#ifndef Py_PYTHON_H #define Py_PYTHON_H +#ifndef Py_PYTHON_H +#define Py_PYTHON_H /* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */ /* Include nearly all Python header files */ |