Fix recordmydesktop build under Xorg 7.5
[openwrt/svn-archive/feeds.git] / desktop / apps / recordmydesktop / patches / 001-fix-shm-header.patch
1 diff --git a/src/rmd_getzpixmap.c b/src/rmd_getzpixmap.c
2 index 33c31c2..ef31561 100644
3 --- a/src/rmd_getzpixmap.c
4 +++ b/src/rmd_getzpixmap.c
5 @@ -32,7 +32,7 @@
6
7 #include <X11/Xlib.h>
8 #include <X11/Xlibint.h>
9 -#include <X11/extensions/shmstr.h>
10 +#include <X11/extensions/shmproto.h>
11 #include <X11/extensions/XShm.h>
12
13
14 diff --git a/src/rmd_update_image.c b/src/rmd_update_image.c
15 index 502b859..d8033b5 100644
16 --- a/src/rmd_update_image.c
17 +++ b/src/rmd_update_image.c
18 @@ -32,7 +32,7 @@
19 #include "rmd_types.h"
20
21 #include <X11/Xlibint.h>
22 -#include <X11/extensions/shmstr.h>
23 +#include <X11/extensions/shmproto.h>
24 #include <X11/extensions/XShm.h>
25
26