summaryrefslogtreecommitdiff
path: root/src/MD4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/MD4.c')
-rw-r--r--src/MD4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MD4.c b/src/MD4.c
index 2c0a984..b08b095 100644
--- a/src/MD4.c
+++ b/src/MD4.c
@@ -27,8 +27,8 @@
*/
-#include <string.h>
#include "Python.h"
+#include <string.h>
#include "pycrypto_compat.h"
#define MODULE_NAME _MD4