From 8e247481ddc7eb0f52eb524e6ffab6d72d6133ac Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sat, 31 Oct 2009 00:28:58 +0000 Subject: [PATCH] [packages/desktop] Fix recordmydesktop build under Xorg 7.5 SVN-Revision: 18243 --- .../patches/001-fix-shm-header.patch | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 desktop/apps/recordmydesktop/patches/001-fix-shm-header.patch diff --git a/desktop/apps/recordmydesktop/patches/001-fix-shm-header.patch b/desktop/apps/recordmydesktop/patches/001-fix-shm-header.patch new file mode 100644 index 0000000000..ec53f4a656 --- /dev/null +++ b/desktop/apps/recordmydesktop/patches/001-fix-shm-header.patch @@ -0,0 +1,26 @@ +diff --git a/src/rmd_getzpixmap.c b/src/rmd_getzpixmap.c +index 33c31c2..ef31561 100644 +--- a/src/rmd_getzpixmap.c ++++ b/src/rmd_getzpixmap.c +@@ -32,7 +32,7 @@ + + #include + #include +-#include ++#include + #include + + +diff --git a/src/rmd_update_image.c b/src/rmd_update_image.c +index 502b859..d8033b5 100644 +--- a/src/rmd_update_image.c ++++ b/src/rmd_update_image.c +@@ -32,7 +32,7 @@ + #include "rmd_types.h" + + #include +-#include ++#include + #include + + -- 2.30.2