]> git.ipfire.org Git - pakfire.git/commitdiff
Fix a compiler warning.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Jul 2011 10:11:16 +0000 (12:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Jul 2011 10:11:16 +0000 (12:11 +0200)
The Python.h header file always must be included first.

src/pool.c

index 9fc855550fb53cfca09436936608daa7824d2c47..e718ac7033f1be8b9d8fc223456e5c0df2a913bd 100644 (file)
@@ -1,4 +1,5 @@
 
+#include <Python.h>
 #include <satsolver/poolarch.h>
 
 #include "config.h"