summaryrefslogtreecommitdiff
path: root/src/SHA384.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SHA384.c')
-rw-r--r--src/SHA384.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SHA384.c b/src/SHA384.c
index eb7051e..8bc099a 100644
--- a/src/SHA384.c
+++ b/src/SHA384.c
@@ -27,6 +27,8 @@
*
*/
+#include "pycrypto_common.h"
+
#define MODULE_NAME SHA384
#define DIGEST_SIZE (384/8)
#define BLOCK_SIZE (1024/8)