[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
+1
View File
@@ -21,6 +21,7 @@
#include <cstdio>
#include "DebugCmdLogger.h"
#include <stdio.h>
using namespace G3D;