[8080] Portability fixes for some Unix platforms. Author: VladimirMangos

* Add #include <stdio.h> to some fiels where related functions call.
    * Avoid template dependent lookup for fields in class LockedQueue.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-27 17:54:03 -05:00
parent b9029be234
commit 7d24efd16d
7 changed files with 33 additions and 41 deletions

View File

@@ -33,6 +33,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#endif
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <cstdio>