Skip to content

Commit f852c88

Browse files
authored
Fix missing jl_effective_threads declaration (#44251)
1 parent f544321 commit f852c88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jloptions.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <errno.h>
55

66
#include "julia.h"
7+
#include "julia_internal.h"
78

89
#include <unistd.h>
910
#include <getopt.h>

0 commit comments

Comments
 (0)