summaryrefslogtreecommitdiff
path: root/src/Blowfish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blowfish.c')
-rw-r--r--src/Blowfish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blowfish.c b/src/Blowfish.c
index 94562bb..fd90fd7 100644
--- a/src/Blowfish.c
+++ b/src/Blowfish.c
@@ -26,6 +26,7 @@
* http://www.schneier.com/paper-blowfish-fse.html
*/
+#include "Python.h"
#include "config.h"
#if HAVE_STDINT_H
# include <stdint.h>
@@ -36,7 +37,6 @@
#endif
#include <assert.h>
#include <string.h>
-#include "Python.h"
#include "Blowfish-tables.h"