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

Commit 97e5e7e

Browse files
authored
Merge pull request #211 from jprestwo/fix-210
[modules] Include zjs_event.h in zjs_modules.c
2 parents 0b0cd33 + a1789aa commit 97e5e7e

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)