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