Skip to content

Commit b5179c9

Browse files
committed
FIX: RL defined in host-lib.c file, in all embedded extensions it must be used as extern
1 parent 47b5427 commit b5179c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/os/posix/host-lib.c

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ static void *Task_Ready;
8484
int pipe2(int pipefd[2], int flags); //to avoid "implicit-function-declaration" warning
8585
#endif
8686

87+
RL_LIB *RL; // Link back to reb-lib from embedded extensions (like for now: host-window, host-ext-test..)
88+
8789
/***********************************************************************
8890
**
8991
*/ static int Get_Timezone(struct tm *local_tm)

0 commit comments

Comments
 (0)