[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 committed by tomrus88
parent 0a8f9ac6e9
commit cc23cf4653
8 changed files with 34 additions and 41 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8079"
#define REVISION_NR "8080"
#endif // __REVISION_NR_H__