[svn] Include stdio.h.

This commit is contained in:
hniksic 2005-03-05 20:10:23 -08:00
parent 3cb4f464c4
commit dbd0607ea8
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#define _GNU_SOURCE /* to get iswblank */
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wchar.h>