X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=inline;f=src%2F3dengfx%2Fsrc%2F3dengfx%2F3dscene.cpp;h=53a0a4f3704fd1136be66b54af2bd2673a49767c;hb=refs%2Fheads%2Foctaneport;hp=e2f896d1112d9a7d446f116f73255a72d07347ef;hpb=f92b151d6e1c67cf0bdccf4777e2460d99b5e222;p=summerhack diff --git a/src/3dengfx/src/3dengfx/3dscene.cpp b/src/3dengfx/src/3dengfx/3dscene.cpp index e2f896d..53a0a4f 100644 --- a/src/3dengfx/src/3dengfx/3dscene.cpp +++ b/src/3dengfx/src/3dengfx/3dscene.cpp @@ -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() {