Commit ca7e079d8d66f1c585bc61162c4832331ca1d977
1 parent
eadd2fec
Exists in
master
Atualizando API python
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/private.h
| @@ -40,8 +40,8 @@ | @@ -40,8 +40,8 @@ | ||
| 40 | #include <Python.h> | 40 | #include <Python.h> |
| 41 | #pragma GCC diagnostic pop | 41 | #pragma GCC diagnostic pop |
| 42 | 42 | ||
| 43 | - #include <lib3270/config.h> | ||
| 44 | #include <pw3270cpp.h> | 43 | #include <pw3270cpp.h> |
| 44 | + #include "config.h" | ||
| 45 | 45 | ||
| 46 | #if defined(_WIN32) | 46 | #if defined(_WIN32) |
| 47 | 47 |