blob: 205367b55769cc9061b9b905a6f36ec064c480e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- xf86-video-intel-2.9.1.orig/uxa/uxa-priv.h 2009-10-26 12:48:05.000000000 +0100
+++ xf86-video-intel-2.9.1/uxa/uxa-priv.h 2010-04-16 20:13:57.000000000 +0200
@@ -46,7 +46,7 @@
#include <X11/extensions/shm.h>
#else
#define _XSHM_SERVER_
-#include <X11/extensions/shmstr.h>
+#include <xorg/shmint.h>
#endif
#endif
#include "scrnintstr.h"
|