added stdio

This commit is contained in:
Ken Martin 2003-08-08 11:19:17 -04:00
parent 13b60f71f2
commit 565ed7d8a1
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@
// include the "c" string header
#include <string.h>
#include <stdio.h>
#if !defined(_WIN32) && defined(__COMO__)
// Hack for como strict mode to avoid defining _SVID_SOURCE or _BSD_SOURCE.