N64: Fix FS code regression

This commit is contained in:
Max Horn 2011-05-03 15:33:19 +02:00
parent 0a0ac68722
commit b449b73f59
3 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -25,7 +25,6 @@
#ifndef N64_FILESYSTEM_FACTORY_H
#define N64_FILESYSTEM_FACTORY_H
#include <romfs.h>
#include "backends/fs/fs-factory.h"
/**

View File

@ -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>