From 77de66ec5543a283c08c08b2e2c054f1483188f2 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 27 Dec 2003 00:11:52 +0000 Subject: [PATCH] - workaround for missing include in miscstruct.h Changed files: XFree86-XIE-miscstruct.patch -> 1.1 --- XFree86-XIE-miscstruct.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 XFree86-XIE-miscstruct.patch diff --git a/XFree86-XIE-miscstruct.patch b/XFree86-XIE-miscstruct.patch new file mode 100644 index 0000000..682f1d7 --- /dev/null +++ b/XFree86-XIE-miscstruct.patch @@ -0,0 +1,12 @@ +--- XFree86-XIE-4.3.0/xc/programs/Xserver/XIE/mixie/import/miregion.c.orig 2001-12-14 20:58:28.000000000 +0100 ++++ XFree86-XIE-4.3.0/xc/programs/Xserver/XIE/mixie/import/miregion.c 2003-12-27 01:11:23.834977984 +0100 +@@ -127,8 +127,8 @@ + + #include + +-#include "miscstruct.h" + #include "regionstr.h" ++#include "miscstruct.h" + #include "Xprotostr.h" + #include "gc.h" + -- 2.43.0