[Offscreengecko-commits] SF.net SVN: offscreengecko:[106] trunk/src/libosgk
Status: Pre-Alpha
Brought to you by:
res2002
|
From: <re...@us...> - 2010-02-22 21:41:19
|
Revision: 106
http://offscreengecko.svn.sourceforge.net/offscreengecko/?rev=106&view=rev
Author: res2002
Date: 2010-02-22 21:41:13 +0000 (Mon, 22 Feb 2010)
Log Message:
-----------
Additional needed includes
Modified Paths:
--------------
trunk/src/libosgk/defs_private.h
trunk/src/libosgk/pathutil.h
Modified: trunk/src/libosgk/defs_private.h
===================================================================
--- trunk/src/libosgk/defs_private.h 2009-07-05 14:47:58 UTC (rev 105)
+++ trunk/src/libosgk/defs_private.h 2010-02-22 21:41:13 UTC (rev 106)
@@ -39,6 +39,7 @@
#include <stdio.h>
#include <stdarg.h>
+#include <limits.h>
#define _GECKO_INCLUDE_STRINGIZE(X) _GECKO_INCLUDE_STRINGIZE2(#X)
#define _GECKO_INCLUDE_STRINGIZE2(X) X
Modified: trunk/src/libosgk/pathutil.h
===================================================================
--- trunk/src/libosgk/pathutil.h 2009-07-05 14:47:58 UTC (rev 105)
+++ trunk/src/libosgk/pathutil.h 2010-02-22 21:41:13 UTC (rev 106)
@@ -39,6 +39,7 @@
#include "defs_private.h"
#include <string>
+#include <stdlib.h>
#if defined(XP_WIN)
# include <direct.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|