[8080] Portability fixes for some Unix platforms.

* Add #include <stdio.h> to some fiels where related functions call.
* Avoid template dependent lookup for fields in class LockedQueue.
This commit is contained in:
VladimirMangos 2009-06-27 02:19:37 +04:00
parent 95ce1eed1c
commit a7d9ace55f
8 changed files with 34 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 "SocketHandler.h"