repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
mplayer-hunarch
/
02-linux_types_h.patch
blob
4c2fc5f820e06ff20ee6be5ee775e083d6c13463
1
diff -Naur orig/libvo/vo_fbdev.c patched/libvo/vo_fbdev.c
2
--- orig/libvo/vo_fbdev.c 2007-10-07 21:49:28.000000000 +0200
3
+++ patched/libvo/vo_fbdev.c 2008-01-24 10:04:10.000000000 +0100
4
@@ -17,6 +17,7 @@
5
6
#include <sys/mman.h>
7
#include <sys/ioctl.h>
8
+#include <linux/types.h>
9
#include <sys/kd.h>
10
#include <linux/fb.h>
11