mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-45434: Include stdlib.h for specialize stat (GH-29015)
This commit is contained in:
parent
54a4e1b53a
commit
fd03917786
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include "Python.h"
|
||||
#include "pycore_code.h"
|
||||
#include "pycore_dict.h"
|
||||
|
@ -8,6 +7,8 @@
|
|||
#include "opcode.h"
|
||||
#include "structmember.h" // struct PyMemberDef, T_OFFSET_EX
|
||||
|
||||
#include <stdlib.h> // rand()
|
||||
|
||||
/* For guidance on adding or extending families of instructions see
|
||||
* ./adaptive.md
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue