1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-25 14:06:08 -05:00

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
No known key found for this signature in database
GPG key ID: 37C999F617EA1A47

View file

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