diff options
Diffstat (limited to 'malloc/malloc.c')
-rw-r--r-- | malloc/malloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c index 86f25d5184..31ab045a06 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -314,6 +314,7 @@ extern "C" { #endif +#include <errno.h> #include <stdio.h> /* needed for malloc_stats */ |