]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
fix preprocessor warnings in snack
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 23 Oct 2014 07:34:15 +0000 (09:34 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 23 Oct 2014 07:44:33 +0000 (09:44 +0200)
snack.c

diff --git a/snack.c b/snack.c
index 5ccdf74488ca62ee00b077ad8dd1d2559689fceb..172c7d059ba53f733184c9f9eb46aa852642f322 100644 (file)
--- 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 <sys/time.h>
 #include <unistd.h>
 
-#include "Python.h"
 #include "structmember.h"
 #include "nls.h"
 #include "newt.h"