From c42242d132144fbbdce97bd95f0e24bdf58a2c84 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 20 Jan 2010 15:07:09 +1300 Subject: s4: Include Python.h early to avoid double definition errors. --- lib/talloc/pytalloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/talloc') diff --git a/lib/talloc/pytalloc.c b/lib/talloc/pytalloc.c index c6decf33f1..ad595a1054 100644 --- a/lib/talloc/pytalloc.c +++ b/lib/talloc/pytalloc.c @@ -17,6 +17,7 @@ along with this program. If not, see . */ +#include #include "replace.h" #include #include -- cgit