Skip to content

Commit

Permalink
add stat support
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf3s committed Oct 31, 2023
1 parent 99125c9 commit 79cacf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile.PS2_EE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EE_CFLAGS = -DPS2_EE_PLATFORM -DHAVE_STDINT_H -DHAVE_STRING_H \
-DHAVE_STDLIB_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H \
-DHAVE_STDLIB_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -DHAVE_SYS_STAT_H \
-D_U_=/**/ -I../include -I../include/smb2

EE_LIB = libsmb2.a
Expand Down

0 comments on commit 79cacf0

Please sign in to comment.