diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-11-20 03:42:06 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-11-20 03:42:06 +0000 |
commit | 9a85f0d0bd9fca0f4d9a107fe736eb0fadd08d6b (patch) | |
tree | 549a89de501366313d6b24da69895399398e9849 /indra/lscript/lscript_compile/indra.l | |
parent | 2f6c7606241acdf800a2c079b359e7a1db360954 (diff) |
Reverting accidental changes from age-verification merge (only affects vc8 build)
Diffstat (limited to 'indra/lscript/lscript_compile/indra.l')
-rw-r--r-- | indra/lscript/lscript_compile/indra.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/lscript/lscript_compile/indra.l b/indra/lscript/lscript_compile/indra.l index 715ce600a1..57aef07e18 100644 --- a/indra/lscript/lscript_compile/indra.l +++ b/indra/lscript/lscript_compile/indra.l @@ -19,7 +19,7 @@ FS (f|F) #include "lscript_typecheck.h" #include "lscript_resource.h" #if LL_WINDOWS -#include "ytab.hpp" +#include "ytab.h" #else #include "indra.y.h" #endif |