diff options
Diffstat (limited to 'office/xpad/patches/xpad-undo.patch')
-rw-r--r-- | office/xpad/patches/xpad-undo.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/office/xpad/patches/xpad-undo.patch b/office/xpad/patches/xpad-undo.patch new file mode 100644 index 000000000000..ba863257528b --- /dev/null +++ b/office/xpad/patches/xpad-undo.patch @@ -0,0 +1,10 @@ +--- src/xpad-undo.c 2012-11-16 11:07:43.889800762 -0500 ++++ src/xpad-undo.c 2012-11-16 11:13:32.114998699 -0500 +@@ -23,7 +23,6 @@ + #include "../config.h" + #include <stdlib.h> + #include <glib.h> +-#include <glib/glist.h> + #include "xpad-undo.h" + #include "xpad-text-buffer.h" + |