first attempt to build on the octane, nosound for now
[summerhack] / src / 3dengfx / src / 3dengfx / 3dscene.cpp
index e2f896d..53a0a4f 100644 (file)
@@ -29,6 +29,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #include "common/err_msg.h"
 #include "dsys/fx.hpp"
 
+#ifndef PATH_MAX
+#define PATH_MAX       1024
+#endif
+
 using std::string;
 
 Scene::Scene() {