From: Miroslav Lichvar Date: Thu, 23 Oct 2014 07:34:15 +0000 (+0200) Subject: fix preprocessor warnings in snack X-Git-Tag: r0-52-18~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05ace545eb352cc0a730a0556cff65a563360e62;p=thirdparty%2Fnewt.git fix preprocessor warnings in snack --- diff --git a/snack.c b/snack.c index 5ccdf74..172c7d0 100644 --- a/snack.c +++ b/snack.c @@ -1,4 +1,5 @@ +#include "Python.h" #include "config.h" #ifdef HAVE_ALLOCA_H @@ -11,7 +12,6 @@ #include #include -#include "Python.h" #include "structmember.h" #include "nls.h" #include "newt.h"