Commit 6c9c636c authored by Ingo Brückl's avatar Ingo Brückl Committed by Stefano Sabatini

lavd/fbdev_common: fix compilation with older kernels

This will avoid errors due to conflicting declarations
with linux kernels prior to 2.6.30.
Reviewed-by: 's avatarLukasz M <lukasz.m.luki@gmail.com>
Signed-off-by: 's avatarIngo Brückl <ib@wupperonline.de>
parent af1c5388
......@@ -23,6 +23,7 @@
#ifndef AVDEVICE_FBDEV_COMMON_H
#define AVDEVICE_FBDEV_COMMON_H
#include <features.h>
#include <linux/fb.h>
#include "libavutil/pixfmt.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment