summaryrefslogtreecommitdiff
path: root/src/RIPEMD160.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RIPEMD160.c')
-rw-r--r--src/RIPEMD160.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RIPEMD160.c b/src/RIPEMD160.c
index 9786af8..8ff3fc5 100644
--- a/src/RIPEMD160.c
+++ b/src/RIPEMD160.c
@@ -43,6 +43,8 @@
* "RIPEMD-160 is big-bit-endian, little-byte-endian, and left-justified."
*/
+#include "Python.h"
+
#include "config.h"
#if HAVE_STDINT_H
# include <stdint.h>
@@ -54,7 +56,6 @@
#include <assert.h>
#include <string.h>
-#include "Python.h"
#include "pycrypto_compat.h"
#define RIPEMD160_DIGEST_SIZE 20