summaryrefslogtreecommitdiff
path: root/src/AES.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/AES.c')
-rw-r--r--src/AES.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AES.c b/src/AES.c
index 0aeaeda..9b125e2 100644
--- a/src/AES.c
+++ b/src/AES.c
@@ -24,9 +24,9 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "Python.h"
#include <assert.h>
#include <stdlib.h>
-#include "Python.h"
#define MODULE_NAME _AES
#define BLOCK_SIZE 16