Add log.h to files that need it

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2018-12-15 17:53:17 +00:00
parent 0cebbc370a
commit acb81bc9a9
15 changed files with 15 additions and 4 deletions

View File

@ -33,6 +33,7 @@
#include "win.h"
#include "x.h"
#include "c2.h"
#include "log.h" // XXX clean up
// == Functions ==
// TODO move static inline functions that are only used in compton.c, into