summaryrefslogtreecommitdiff
path: root/Modules/sha256module.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/sha256module.c')
-rw-r--r--Modules/sha256module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/sha256module.c b/Modules/sha256module.c
index eee582cdd3..731082655c 100644
--- a/Modules/sha256module.c
+++ b/Modules/sha256module.c
@@ -17,7 +17,7 @@
/* SHA objects */
#include "Python.h"
-#include "structmember.h"
+#include "structmember.h" // PyMemberDef
#include "hashlib.h"
#include "pystrhex.h"