mirror of https://git.ffmpeg.org/ffmpeg.git
xcbgrab: Explicitly include xcb/shape.h
Found-By: Cheristheus
This commit is contained in:
parent
161a301d44
commit
c8b8271379
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <xcb/xcb.h>
|
#include <xcb/xcb.h>
|
||||||
|
#include <xcb/shape.h>
|
||||||
|
|
||||||
#if CONFIG_LIBXCB_XFIXES
|
#if CONFIG_LIBXCB_XFIXES
|
||||||
#include <xcb/xfixes.h>
|
#include <xcb/xfixes.h>
|
||||||
|
|
Loading…
Reference in New Issue