summaryrefslogtreecommitdiffstats
path: root/Programs/_freeze_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'Programs/_freeze_module.c')
-rw-r--r--Programs/_freeze_module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Programs/_freeze_module.c b/Programs/_freeze_module.c
index dd90d92..316c70d 100644
--- a/Programs/_freeze_module.c
+++ b/Programs/_freeze_module.c
@@ -12,6 +12,7 @@
#include <pycore_import.h>
#include <stdio.h>
+#include <stdlib.h> // malloc()
#include <sys/types.h>
#include <sys/stat.h>
#ifndef MS_WINDOWS