From 2e596ab89aa69183b7c8ba71bc1f5c0f4d14ccdf Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 26 Jul 2011 12:11:16 +0200 Subject: [PATCH] Fix a compiler warning. The Python.h header file always must be included first. --- src/pool.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5