Includes are case sensitive and Common is in the include directories so including the file this way was silly.

This commit is contained in:
Ryan Houdek 2012-12-04 11:44:28 -06:00
parent 470a4eee8b
commit 423024110e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <queue>
#include "../HW/Memmap.h"
#include "../../Common/Src/ChunkFile.h"
#include "ChunkFile.h"
#define FS_SUCCESS (u32)0 // Success
#define FS_EACCES (u32)-1 // Permission denied