diff options
Diffstat (limited to 'x11-misc/hotkeys/files/hotkeys-0.5.7.1-gentoo.diff')
-rw-r--r-- | x11-misc/hotkeys/files/hotkeys-0.5.7.1-gentoo.diff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-misc/hotkeys/files/hotkeys-0.5.7.1-gentoo.diff b/x11-misc/hotkeys/files/hotkeys-0.5.7.1-gentoo.diff new file mode 100644 index 000000000000..83b8a88dce7a --- /dev/null +++ b/x11-misc/hotkeys/files/hotkeys-0.5.7.1-gentoo.diff @@ -0,0 +1,24 @@ +--- ./src/kbddef.c.xml2 Sun Jun 2 22:37:33 2002 ++++ ./src/kbddef.c Sun Jun 2 22:37:43 2002 +@@ -38,7 +38,7 @@ + #include "XF86keysym.h" + + #include <xmlmemory.h> +-#include <parser.h> ++#include <libxml2/libxml/parser.h> + + #include "hotkeys.h" + #include "kbddef.h" + +--- /tmp/kbddef.c Wed Sep 11 18:51:19 2002 ++++ src/kbddef.c Wed Sep 11 18:51:33 2002 +@@ -37,7 +37,7 @@ + */ + #include "XF86keysym.h" + +-#include <xmlmemory.h> ++#include <libxml2/libxml/xmlmemory.h> + #include <libxml2/libxml/parser.h> + + #include "hotkeys.h" + |