summaryrefslogtreecommitdiffstats
path: root/Modules/_tracemalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_tracemalloc.c')
-rw-r--r--Modules/_tracemalloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/_tracemalloc.c b/Modules/_tracemalloc.c
index 9ba0ebb..09d273a 100644
--- a/Modules/_tracemalloc.c
+++ b/Modules/_tracemalloc.c
@@ -5,7 +5,10 @@
#include "pycore_hashtable.h"
#include <pycore_frame.h>
+#include <stdlib.h> // malloc()
+
#include "clinic/_tracemalloc.c.h"
+
/*[clinic input]
module _tracemalloc
[clinic start generated code]*/