diff options
-rw-r--r-- | sword1/resman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/resman.h b/sword1/resman.h index f2b08c388d..4f2336e70c 100644 --- a/sword1/resman.h +++ b/sword1/resman.h @@ -23,7 +23,7 @@ #define RESMAN_H #include "sword1/memman.h" -#include "file.h" +#include "common/file.h" #include "sword1/sworddefs.h" namespace Sword1 { |