From: Ken Raeburn Date: Sun, 25 Mar 2007 23:07:33 +0000 (+0000) Subject: Include autoconf.h before testing macros for Python header location X-Git-Tag: krb5-1.7-alpha1~1235 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3a2812f7072052724377d30f0ff08bbd24ba28ce;p=krb5.git Include autoconf.h before testing macros for Python header location git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19267 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/plugins/locate/python/py-locate.c b/src/plugins/locate/python/py-locate.c index 37342ac7a..4f840fcc5 100644 --- a/src/plugins/locate/python/py-locate.c +++ b/src/plugins/locate/python/py-locate.c @@ -61,6 +61,7 @@ /* Include Python.h before autoconf.h, because our autoconf.h seems to confuse Python's headers. */ +#include #if HAVE_PYTHON_H #include #elif HAVE_PYTHON2_3_PYTHON_H @@ -68,7 +69,6 @@ #else #error "Where's the Python header file?" #endif -#include #include #include "k5-platform.h" /* for init/fini macros */ #include "fake-addrinfo.h"