Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Apr 28, 2024
1 parent 5af645f commit 4dabbbb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bb/fs/fsclose.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "PR/os_internal.h"
#include "PR/os_bbfs_export.h"
#include "PR/bbfs.h"

s32 osBbFClose(s32 fd) {
Expand Down
1 change: 1 addition & 0 deletions src/bb/fs/fsdelete.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "PR/os_internal.h"
#include "PR/os_bbfs_export.h"
#include "PR/bbfs.h"

s32 osBbFDelete(const char* name) {
Expand Down
1 change: 1 addition & 0 deletions src/bb/fs/fsread.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "PR/os_internal.h"
#include "PR/os_bbfs_export.h"
#include "PR/bbfs.h"

s32 osBbFRead(s32 fd, u32 off, void* buf, u32 len) {
Expand Down
1 change: 1 addition & 0 deletions src/bb/fs/fsrename.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "PR/os_internal.h"
#include "PR/os_bbfs_export.h"
#include "PR/bbfs.h"

s32 osBbFRename(const char* old, const char* new) {
Expand Down
1 change: 1 addition & 0 deletions src/bb/fs/fswrite.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "PR/os_internal.h"
#include "PR/os_bbfs_export.h"
#include "PR/bbfs.h"
#include "PR/os_bbcard.h"

Expand Down

0 comments on commit 4dabbbb

Please sign in to comment.