Add nested include of <wchar.h>

This commit is contained in:
Poul-Henning Kamp 2006-03-02 10:01:52 +00:00
parent 981332f102
commit f3fede8ab9
1 changed files with 2 additions and 0 deletions

View File

@ -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.