log.h needs to export compiler.h

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-02-13 04:18:32 +00:00
parent bb7466fc68
commit 7cdc0aedee

View File

@ -47,6 +47,7 @@ module win {
}
module log {
header "log.h"
export compiler
}
module x {
header "x.h"