summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rw-r--r--src/python/pyhbac.c2
-rw-r--r--src/python/pysss.c2
-rw-r--r--src/python/pysss_murmur.c4
-rw-r--r--src/python/pysss_nss_idmap.c4
4 files changed, 10 insertions, 2 deletions
diff --git a/src/python/pyhbac.c b/src/python/pyhbac.c
index eb424c6dd..09d308a0f 100644
--- a/src/python/pyhbac.c
+++ b/src/python/pyhbac.c
@@ -18,6 +18,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include <Python.h>
#include <structmember.h>
diff --git a/src/python/pysss.c b/src/python/pysss.c
index 6bd8f5a92..dc1c1ff1f 100644
--- a/src/python/pysss.c
+++ b/src/python/pysss.c
@@ -18,6 +18,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include <Python.h>
#include <structmember.h>
#include <talloc.h>
diff --git a/src/python/pysss_murmur.c b/src/python/pysss_murmur.c
index b14a67202..a7519e856 100644
--- a/src/python/pysss_murmur.c
+++ b/src/python/pysss_murmur.c
@@ -18,9 +18,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include <Python.h>
-#include "util/sss_python.h"
+#include "util/sss_python.h"
#include "util/murmurhash3.h"
PyDoc_STRVAR(murmurhash3_doc,
diff --git a/src/python/pysss_nss_idmap.c b/src/python/pysss_nss_idmap.c
index a88ef77a3..c57cc10a8 100644
--- a/src/python/pysss_nss_idmap.c
+++ b/src/python/pysss_nss_idmap.c
@@ -19,9 +19,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include <Python.h>
-#include "util/sss_python.h"
+#include "util/sss_python.h"
#include "sss_client/idmap/sss_nss_idmap.h"
#define SSS_NAME_KEY "name"