diff options
author | megamage <none@none> | 2009-06-27 17:54:03 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-27 17:54:03 -0500 |
commit | 7d24efd16dac4899de7a51268cde255aed1d3d77 (patch) | |
tree | 27da8deaadd50a818884cf7f221fbc9a1046a847 /dep/src/sockets/StdoutLog.cpp | |
parent | b9029be234312b1a4ae1c4b7d89641d49eff91aa (diff) |
[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
Diffstat (limited to 'dep/src/sockets/StdoutLog.cpp')
-rw-r--r-- | dep/src/sockets/StdoutLog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dep/src/sockets/StdoutLog.cpp b/dep/src/sockets/StdoutLog.cpp index 092e014a68f..998613f0fb2 100644 --- a/dep/src/sockets/StdoutLog.cpp +++ b/dep/src/sockets/StdoutLog.cpp @@ -27,6 +27,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include <stdio.h> + #ifdef _MSC_VER #pragma warning(disable:4786) #endif |