Added missing include of stdint.h

pull/1/head
Michael Brown 2006-12-08 01:21:13 +00:00
parent 496563071d
commit e106a39ce8
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
*
*/
#include <stdint.h>
#include <stdarg.h>
#define PRINTF_NO_LENGTH ( ( size_t ) -1 )