Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit a1789aa

Browse files
author
James Prestwood
committed
[modules] Include zjs_event.h in zjs_modules.c
Signed-off-by: James Prestwood <[email protected]>
1 parent 9328cb4 commit a1789aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zjs_modules.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <stdlib.h>
99

1010
// ZJS includes
11+
#include "zjs_event.h"
1112
#include "zjs_modules.h"
1213
#include "zjs_util.h"
1314

0 commit comments

Comments
 (0)