commit | 31368a4f0e531c19affe2a1becd25fc316bc7501 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Oct 30 15:14:25 2018 +0100 |
committer | GitHub <noreply@github.com> | Tue Oct 30 15:14:25 2018 +0100 |
tree | 79627d42611a04288b832799204c77b2688f9872 | |
parent | 9204fb8623896cc5f68ae350784ee25e8a7b2184 [diff] [blame] |
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) Add pyatomic.h to the VS project (it wasn't referenced).
diff --git a/Python/ceval_gil.h b/Python/ceval_gil.h index ef51890..4a054a9 100644 --- a/Python/ceval_gil.h +++ b/Python/ceval_gil.h
@@ -5,6 +5,7 @@ #include <stdlib.h> #include <errno.h> +#include "internal/pyatomic.h" /* First some general settings */