Skip to content
/ janet Public
forked from janet-lang/janet

Commit

Permalink
Move AvailabilityMacros.h import into util.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cellularmitosis committed Mar 22, 2022
1 parent c998693 commit ab910d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/os.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
#include <sys/stat.h>
#include <signal.h>

#ifdef JANET_APPLE
#include <AvailabilityMacros.h>
#endif

#ifdef JANET_WINDOWS
#include <windows.h>
#include <direct.h>
Expand Down
4 changes: 4 additions & 0 deletions src/core/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
#endif
#endif

#ifdef JANET_APPLE
#include <AvailabilityMacros.h>
#endif

#include <inttypes.h>

/* Base 64 lookup table for digits */
Expand Down

0 comments on commit ab910d0

Please sign in to comment.