mk/image.mk: Ship /init in initramfs
[openadk.git] / package / xorg-server / patches / patch-hw_xfree86_dri_dri_c
blob6f0f10aecea764437185b88fffd6c5b604328215
1 --- xorg-server-1.15.0.orig/hw/xfree86/dri/dri.c        2013-12-27 18:38:52.000000000 +0100
2 +++ xorg-server-1.15.0/hw/xfree86/dri/dri.c     2014-03-21 16:18:51.934149666 +0100
3 @@ -37,6 +37,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN
4  #include <xorg-config.h>
5  #endif
6  
7 +#include "xf86VGAarbiter.h"
8  #include "xf86.h"
9  #include <sys/time.h>
10  #include <unistd.h>
11 @@ -68,7 +69,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN
12  #include "mipointer.h"
13  #include "xf86_OSproc.h"
14  #include "inputstr.h"
15 -#include "xf86VGAarbiter.h"
16  #include "xf86Extensions.h"
18  static int DRIEntPrivIndex = -1;