Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Includes are case sensitive and Common is in the include directories …
…so including the file this way was silly.
  • Loading branch information
Sonicadvance1 committed Dec 4, 2012
1 parent 470a4ee commit 4230241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h
Expand Up @@ -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
Expand Down

0 comments on commit 4230241

Please sign in to comment.