backend: add missing header x.h
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
2c1fdefe3b
commit
6c96e1f3c6
|
@ -10,6 +10,7 @@
|
|||
#include "region.h"
|
||||
#include "types.h"
|
||||
#include "win.h"
|
||||
#include "x.h"
|
||||
|
||||
extern struct backend_operations xrender_ops, dummy_ops;
|
||||
#ifdef CONFIG_OPENGL
|
||||
|
|
Loading…
Reference in New Issue