Missing bit of previous patch.

2004-09-15  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
	* unix.c: Include stdio.h.

From-SVN: r89892
This commit is contained in:
Aaron W. LaFramboise 2004-10-30 15:15:27 +00:00 committed by Paul Brook
parent 8cfe17f951
commit 47289a4e33
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */
#include <limits.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/stat.h>
#include <fcntl.h>