diff options
| -rw-r--r-- | sum_module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sum_module.c b/sum_module.c index 5f55747..83352c1 100644 --- a/sum_module.c +++ b/sum_module.c | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | #include "sum.h" | ||
| 2 | |||
| 3 | #define PY_SSIZE_T_CLEAN | 1 | #define PY_SSIZE_T_CLEAN |
| 4 | #include <Python.h> | 2 | #include <Python.h> |
| 5 | 3 | ||
| 4 | #include "sum.h" | ||
| 5 | |||
| 6 | static PyObject *csum(PyObject *self, PyObject *args) { | 6 | static PyObject *csum(PyObject *self, PyObject *args) { |
| 7 | int a, b, result; | 7 | int a, b, result; |
| 8 | 8 | ||
