backend: add missing header x.h

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-11-10 02:30:56 +00:00
parent 2c1fdefe3b
commit 6c96e1f3c6

View File

@ -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