diff options
Diffstat (limited to 'community/xpad/xpad-4.1-glib.patch')
-rw-r--r-- | community/xpad/xpad-4.1-glib.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/xpad/xpad-4.1-glib.patch b/community/xpad/xpad-4.1-glib.patch new file mode 100644 index 000000000..c90f961c3 --- /dev/null +++ b/community/xpad/xpad-4.1-glib.patch @@ -0,0 +1,10 @@ +--- xpad-4.1.orig/src/xpad-undo.c 2011-11-15 12:17:05.000000000 -0500 ++++ xpad-4.1/src/xpad-undo.c 2013-01-03 02:30:45.683705231 -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" + |