diff options
Diffstat (limited to 'source3/python/py_smb.h')
-rw-r--r-- | source3/python/py_smb.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/python/py_smb.h b/source3/python/py_smb.h index 31bcf4aab2..18677b4905 100644 --- a/source3/python/py_smb.h +++ b/source3/python/py_smb.h @@ -21,7 +21,10 @@ #ifndef _PY_SMB_H #define _PY_SMB_H -#include "python/py_common.h" +#include "includes.h" +#include "Python.h" + +#include "python/py_common_proto.h" /* cli_state handle object */ |