diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2006-03-02 10:01:52 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2006-03-02 10:01:52 +0000 |
| commit | f3fede8ab91e5d6bb11d680573a7693357104421 (patch) | |
| tree | cb1e6dd9d0aa392696064e80d52b75d6fc55376d /include | |
| parent | 981332f10217f94886a2a972e536065eacf08b34 (diff) | |
Notes
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 bd862a45a873..02fe6398b692 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. |
