summaryrefslogtreecommitdiff
path: root/libavdevice/x11grab.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2015-04-08 17:27:42 +0200
committerDiego Biurrun <diego@biurrun.de>2015-04-09 16:40:12 +0200
commitc201069fac9a76e6604f9d84d76a172434d62200 (patch)
treea01d35dac44bbe040ab0f12639e90ae0af7024d4 /libavdevice/x11grab.c
parent27852f2f1dec3749ea79883b70484c841169f747 (diff)
avdevice: Add missing header for NULL_IF_CONFIG_SMALL
Also reshuffle headers into canonical order where appropriate.
Diffstat (limited to 'libavdevice/x11grab.c')
-rw-r--r--libavdevice/x11grab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c
index bf72241212..b2721ae8c6 100644
--- a/libavdevice/x11grab.c
+++ b/libavdevice/x11grab.c
@@ -51,6 +51,7 @@
#include <X11/extensions/Xfixes.h>
#include <X11/extensions/XShm.h>
+#include "libavutil/internal.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"