From eac93b9a61a2ddf34b750c3110f4ed1b455e681f Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 24 Sep 2010 20:23:46 +0000 Subject: Include config.h before system headers (bug #338560). --- python-wrapper.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-wrapper.c b/python-wrapper.c index 0a10bc9..6596c30 100644 --- a/python-wrapper.c +++ b/python-wrapper.c @@ -1,6 +1,9 @@ /* Copyright 1999-2010 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 */ + +#include "config.h" + #include #include #include @@ -9,8 +12,6 @@ #include #include -#include "config.h" - #define ENVD_CONFIG "/etc/env.d/python/config" /* 127 is the standard return code for "command not found" */ -- cgit v1.2.3-65-gdbad