Skip to content

Commit

Permalink
Fix includes in devoptab for modern devkitPPC
Browse files Browse the repository at this point in the history
  • Loading branch information
ashquarky authored and Maschell committed Jun 3, 2024
1 parent 219b311 commit 630d968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/devoptab/devoptab_fsa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <coreinit/cache.h>
#include <coreinit/filesystem_fsa.h>
#include <mutex>
#include <string>

static const devoptab_t fsa_default_devoptab = {
.structSize = sizeof(__fsa_file_t),
Expand Down
1 change: 1 addition & 0 deletions source/devoptab/devoptab_fsa_dirnext.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "devoptab_fsa.h"
#include "logger.h"
#include <cstdio>
#include <mutex>

int __fsa_dirnext(struct _reent *r,
Expand Down

0 comments on commit 630d968

Please sign in to comment.