From: Michael Tremer Date: Tue, 26 Jul 2011 10:11:16 +0000 (+0200) Subject: Fix a compiler warning. X-Git-Tag: 0.9.4~6^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e596ab89aa69183b7c8ba71bc1f5c0f4d14ccdf;p=pakfire.git Fix a compiler warning. The Python.h header file always must be included first. --- diff --git a/src/pool.c b/src/pool.c index 9fc855550..e718ac703 100644 --- a/src/pool.c +++ b/src/pool.c @@ -1,4 +1,5 @@ +#include #include #include "config.h"