about summary refs log tree commit diff
path: root/malloc
diff options
context:
space:
mode:
Diffstat (limited to 'malloc')
-rw-r--r--malloc/memusage.c1
-rw-r--r--malloc/memusagestat.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/malloc/memusage.c b/malloc/memusage.c
index 0e40878ac3..e32f6ba030 100644
--- a/malloc/memusage.c
+++ b/malloc/memusage.c
@@ -30,6 +30,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <stdint.h>
 #include <sys/mman.h>
 #include <sys/time.h>
 
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index daeba1dc0a..b244ef6432 100644
--- a/malloc/memusagestat.c
+++ b/malloc/memusagestat.c
@@ -30,6 +30,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <stdint.h>
 #include <sys/param.h>
 #include <sys/stat.h>