Skip to content

Commit

Permalink
Merge pull request #587 from onehundredfeet/fix_missing_include
Browse files Browse the repository at this point in the history
Added missing header for errno.
  • Loading branch information
kLabz authored Feb 28, 2023
2 parents 6d0af2e + 9f43b14 commit 3651d51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/std/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
#endif
# define fopen(name,mode) _wfopen(name,mode)
# define HL_UFOPEN
#else
#include <errno.h>
#endif

#ifdef HL_WIN_DESKTOP
Expand Down

0 comments on commit 3651d51

Please sign in to comment.