From baa63faac779d0923d3940751dd1091154702879 Mon Sep 17 00:00:00 2001 From: fake Date: Sun, 10 Oct 2004 11:35:27 +0000 Subject: [PATCH] fake: linux26/headers: videodev.h: add missing include (linux/compiler.h). fixes xine, avifile, ffmpeg and mjpegtools. [2004092514323803462] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4463 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/linux/linux26/71-videodev-h-__user.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/base/linux/linux26/71-videodev-h-__user.patch diff --git a/package/base/linux/linux26/71-videodev-h-__user.patch b/package/base/linux/linux26/71-videodev-h-__user.patch new file mode 100644 index 000000000..b4c73ca59 --- /dev/null +++ b/package/base/linux/linux26/71-videodev-h-__user.patch @@ -0,0 +1,10 @@ +--- ./include/linux/videodev.h.orig 2004-09-25 13:51:51.701259400 +0200 ++++ ./include/linux/videodev.h 2004-09-25 13:52:05.029233240 +0200 +@@ -3,6 +3,7 @@ + + #include + #include ++#include + + #define HAVE_V4L2 1 + #include