From 05ace545eb352cc0a730a0556cff65a563360e62 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Oct 23 2014 07:44:33 +0000 Subject: 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"