summaryrefslogtreecommitdiff
path: root/source3/python/py_lsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python/py_lsa.h')
-rw-r--r--source3/python/py_lsa.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source3/python/py_lsa.h b/source3/python/py_lsa.h
index 99f3de50b1..f9a30d2f7e 100644
--- a/source3/python/py_lsa.h
+++ b/source3/python/py_lsa.h
@@ -21,7 +21,10 @@
#ifndef _PY_LSA_H
#define _PY_LSA_H
-#include "python/py_common.h"
+#include "includes.h"
+#include "Python.h"
+
+#include "python/py_common_proto.h"
/* LSA policy handle object */
@@ -38,4 +41,6 @@ extern PyTypeObject lsa_policy_hnd_type;
extern PyObject *lsa_error;
+#include "python/py_lsa_proto.h"
+
#endif /* _PY_LSA_H */