Skip to content

Commit

Permalink
Merge pull request #41308 from JuliaLang/ftls-support-includes
Browse files Browse the repository at this point in the history
Fix inability to find support/{platform,dirpath}.h from julia_fasttls.h.
  • Loading branch information
Sacha0 authored Jun 22, 2021
2 parents a4dd5e5 + 1b20d2b commit e4b2411
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 e4b2411

Please sign in to comment.