diff options
author | phk <phk@FreeBSD.org> | 2006-03-02 10:01:52 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2006-03-02 10:01:52 +0000 |
commit | 076b74732f248cea1f57884286bf35ef5b70923b (patch) | |
tree | cb1e6dd9d0aa392696064e80d52b75d6fc55376d /include | |
parent | 0ef226b65a4f2734b63783c3f6c84e514c9f8ddb (diff) | |
download | FreeBSD-src-076b74732f248cea1f57884286bf35ef5b70923b.zip FreeBSD-src-076b74732f248cea1f57884286bf35ef5b70923b.tar.gz |
Add nested include of <wchar.h>
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. |