Skip to content

Commit

Permalink
Fix compilation on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
winterheart committed May 19, 2024
1 parent 20d38d7 commit f21a9b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ddio_lnx/lnxfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
#include "mem.h"
#include "linux_fix.h"

#if MACOSX
#include <cctype>
#endif

#include <stdlib.h>
#include <stdarg.h>
#include <sys/stat.h>
Expand Down

0 comments on commit f21a9b0

Please sign in to comment.