diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/printf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/printf.h b/include/printf.h index bd862a4..02fe639 100644 --- a/include/printf.h +++ b/include/printf.h @@ -29,6 +29,8 @@ #ifndef _PRINTF_H_ #define _PRINTF_H_ +#include <wchar.h> + /* * The API defined by glibc allows a renderer to take multiple arguments * This is obviously usable for things like (ptr+len) pairs etc. |