aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util/pluto
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-30 12:19:13 +0000
committerEugene Sandulenko2010-10-12 21:54:21 +0000
commit69b618a8f5517c609a5e94d9609dc27aea2ad573 (patch)
treedbe17f994eb3195b7ee334b3dd03a1f6827760bb /engines/sword25/util/pluto
parente8bca8b8fe0f80e0d5053b190840b034f50ae163 (diff)
downloadscummvm-rg350-69b618a8f5517c609a5e94d9609dc27aea2ad573.tar.gz
scummvm-rg350-69b618a8f5517c609a5e94d9609dc27aea2ad573.tar.bz2
scummvm-rg350-69b618a8f5517c609a5e94d9609dc27aea2ad573.zip
SWORD25: Compilation fixes
Majority of files now compile under Windoze. svn-id: r53182
Diffstat (limited to 'engines/sword25/util/pluto')
-rwxr-xr-xengines/sword25/util/pluto/pdep/lua.h2
-rwxr-xr-xengines/sword25/util/pluto/pluto.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/util/pluto/pdep/lua.h b/engines/sword25/util/pluto/pdep/lua.h
index 5bc97b746f..0f3f28fce5 100755
--- a/engines/sword25/util/pluto/pdep/lua.h
+++ b/engines/sword25/util/pluto/pdep/lua.h
@@ -13,7 +13,7 @@
#include <stddef.h>
-#include "luaconf.h"
+#include "sword25/util/lua/luaconf.h"
#define LUA_VERSION "Lua 5.1"
diff --git a/engines/sword25/util/pluto/pluto.c b/engines/sword25/util/pluto/pluto.c
index 8abf3293b2..61eb40e984 100755
--- a/engines/sword25/util/pluto/pluto.c
+++ b/engines/sword25/util/pluto/pluto.c
@@ -16,7 +16,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include "lua.h"
+#include "sword25/util/lua/lua.h"
#include "pluto.h"
#define USE_PDEP