about summary refs log tree commit diff
path: root/malloc
diff options
context:
space:
mode:
Diffstat (limited to 'malloc')
-rw-r--r--malloc/malloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c
index 442f17e71a..1cb374df26 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -275,6 +275,8 @@ extern "C" {
 #include <stdio.h>    /* needed for malloc_stats */
 #include <errno.h>    /* needed for optional MALLOC_FAILURE_ACTION */
 
+/* For uintptr_t.  */
+#include <stdint.h>
 
 /*
   Debugging: