summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/dprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/dprintf.c')
-rw-r--r--newlib/libc/stdio/dprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio/dprintf.c b/newlib/libc/stdio/dprintf.c
index 53bb50bfa..b0eb19192 100644
--- a/newlib/libc/stdio/dprintf.c
+++ b/newlib/libc/stdio/dprintf.c
@@ -45,6 +45,7 @@ Supporting OS subroutines required: <<sbrk>>, <<write>>.
#include <stdio.h>
#include <unistd.h>
#include <stdarg.h>
+#include "local.h"
int
_DEFUN(_dprintf_r, (ptr, fd, format),