Update xegl_ctx.c
Fixed include statment for frontend_driver.h
This commit is contained in:
parent
a8004dee3d
commit
9adc8e34c0
|
@ -19,7 +19,7 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../../frontend/frontend_driver.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
|
||||
#include "../common/egl_common.h"
|
||||
#include "../common/gl_common.h"
|
||||
|
|
Loading…
Reference in New Issue