summaryrefslogtreecommitdiff
path: root/src/DES.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/DES.c')
-rw-r--r--src/DES.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DES.c b/src/DES.c
index 096e309..9cbda53 100644
--- a/src/DES.c
+++ b/src/DES.c
@@ -24,7 +24,7 @@
* Country of origin: Canada
*/
-#include "Python.h"
+#include "pycrypto_common.h"
/* Setting this will cause LibTomCrypt to return CRYPT_INVALID_ARG when its
* assert-like LTC_ARGCHK macro fails. */