diff options
Diffstat (limited to 'malloc/mtrace.c')
-rw-r--r-- | malloc/mtrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/mtrace.c b/malloc/mtrace.c index 40b3d74f3c..86f89540d4 100644 --- a/malloc/mtrace.c +++ b/malloc/mtrace.c @@ -41,6 +41,7 @@ extern char *getenv (); #endif #if defined _LIBC && defined USE_IN_LIBIO +# include <libio/iolibio.h> # define setvbuf(s, b, f, l) _IO_setvbuf (s, b, f, l) #endif |