Skip to content

Commit e4b2411

Browse files
authored
Merge pull request #41308 from JuliaLang/ftls-support-includes
Fix inability to find support/{platform,dirpath}.h from julia_fasttls.h.
2 parents a4dd5e5 + 1b20d2b commit e4b2411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/julia_fasttls.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ extern "C" {
1010
#endif
1111

1212
/* Bring in definitions for `_OS_X_`, `PATH_MAX` and `PATHSEPSTRING`, `jl_ptls_t`, etc... */
13-
#include "support/platform.h"
14-
#include "support/dirpath.h"
13+
#include "platform.h"
14+
#include "dirpath.h"
1515

1616
typedef struct _jl_gcframe_t jl_gcframe_t;
1717

0 commit comments

Comments
 (0)