Skip to content

Commit

Permalink
Update nfsfs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfloltk authored Dec 24, 2023
1 parent 03ba411 commit e5d3e9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/devoptabsfs/nfsfs/nfsfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

typedef unsigned int u_int;

#include <nfsc/libnfs.h>
#include <nfsc/libnfs-raw.h>
#include <nfsc/libnfs-raw-mount.h>
#include "nfsc/libnfs.h"
#include "nfsc/libnfs-raw.h"
#include "nfsc/libnfs-raw-mount.h"


#include <switch.h>
Expand Down Expand Up @@ -104,4 +104,4 @@ class CNFSFS{

};

#endif
#endif

0 comments on commit e5d3e9a

Please sign in to comment.