Skip to content

Commit

Permalink
Fix inability to find support/{platform,dirpath}.h from julia_fasttls.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed Jun 21, 2021
1 parent 7553ca1 commit 1b20d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/julia_fasttls.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ extern "C" {
#endif

/* Bring in definitions for `_OS_X_`, `PATH_MAX` and `PATHSEPSTRING`, `jl_ptls_t`, etc... */
#include "support/platform.h"
#include "support/dirpath.h"
#include "platform.h"
#include "dirpath.h"

typedef struct _jl_gcframe_t jl_gcframe_t;

Expand Down

0 comments on commit 1b20d2b

Please sign in to comment.