[Scummvm-cvs-logs] scummvm master -> b449b73f590217cae4144f082d063696c74a6db0

fingolfin max at quendi.de
Tue May 3 15:35:01 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b449b73f59 N64: Fix FS code regression


Commit: b449b73f590217cae4144f082d063696c74a6db0
    https://github.com/scummvm/scummvm/commit/b449b73f590217cae4144f082d063696c74a6db0
Author: Max Horn (max at quendi.de)
Date: 2011-05-03T06:33:37-07:00

Commit Message:
N64: Fix FS code regression

Changed paths:
    backends/fs/n64/n64-fs-factory.cpp
    backends/fs/n64/n64-fs-factory.h
    backends/fs/n64/n64-fs.cpp



diff --git a/backends/fs/n64/n64-fs-factory.cpp b/backends/fs/n64/n64-fs-factory.cpp
index fff0f78..e362e32 100644
--- a/backends/fs/n64/n64-fs-factory.cpp
+++ b/backends/fs/n64/n64-fs-factory.cpp
@@ -25,6 +25,7 @@
 #ifdef __N64__
 
 #include <n64utils.h>
+#include <romfs.h>
 
 #include "backends/fs/n64/n64-fs-factory.h"
 #include "backends/fs/n64/n64-fs.h"
diff --git a/backends/fs/n64/n64-fs-factory.h b/backends/fs/n64/n64-fs-factory.h
index 915153c..35bad96 100644
--- a/backends/fs/n64/n64-fs-factory.h
+++ b/backends/fs/n64/n64-fs-factory.h
@@ -25,7 +25,6 @@
 #ifndef N64_FILESYSTEM_FACTORY_H
 #define N64_FILESYSTEM_FACTORY_H
 
-#include <romfs.h>
 #include "backends/fs/fs-factory.h"
 
 /**
diff --git a/backends/fs/n64/n64-fs.cpp b/backends/fs/n64/n64-fs.cpp
index a56a494..e712c19 100644
--- a/backends/fs/n64/n64-fs.cpp
+++ b/backends/fs/n64/n64-fs.cpp
@@ -27,6 +27,7 @@
 #include "backends/fs/n64/n64-fs.h"
 #include "backends/fs/n64/romfsstream.h"
 
+#include <romfs.h>
 #include <sys/param.h>
 #include <unistd.h>
 #include <n64utils.h>






More information about the Scummvm-git-logs mailing list