summaryrefslogtreecommitdiffstats
path: root/libvo/vo_fbdev.c
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-10 09:48:15 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-10 09:48:15 +0000
commit3115b22defaaf90560e4c776c468874710df8a01 (patch)
treebf9d80f595b4ef80c3dda1504cb2b66e9765773d /libvo/vo_fbdev.c
parentc27b831927bfccb6086e107f6ad7329208ac3dbd (diff)
downloadmpv-3115b22defaaf90560e4c776c468874710df8a01.tar.bz2
mpv-3115b22defaaf90560e4c776c468874710df8a01.tar.xz
linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>
no idea whether this really works :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11766 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_fbdev.c')
-rw-r--r--libvo/vo_fbdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_fbdev.c b/libvo/vo_fbdev.c
index 5764dfc239..8df2d61c7b 100644
--- a/libvo/vo_fbdev.c
+++ b/libvo/vo_fbdev.c
@@ -18,6 +18,7 @@
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <sys/kd.h>
+#include "kerneltwosix.h"
#include <linux/fb.h>
#include "config.h"