summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/emilia-pinedit/files/0.3.1-assert.patch')
-rw-r--r--games-util/emilia-pinedit/files/0.3.1-assert.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/games-util/emilia-pinedit/files/0.3.1-assert.patch b/games-util/emilia-pinedit/files/0.3.1-assert.patch
new file mode 100644
index 000000000000..0f895b0e9f58
--- /dev/null
+++ b/games-util/emilia-pinedit/files/0.3.1-assert.patch
@@ -0,0 +1,21 @@
+--- pinedit/command.h.orig 2004-01-03 14:33:55.397504520 -0500
++++ pinedit/command.h 2004-01-03 14:34:01.133632496 -0500
+@@ -18,6 +18,8 @@
+ #ifndef COMMAND_H
+ #define COMMAND_H
+
++#include <assert.h>
++
+ #define XY 0x1
+ #define XZ 0x2
+ #define ZY 0x3
+--- pinedit/listitem.h.orig 2004-01-03 14:46:29.289895456 -0500
++++ pinedit/listitem.h 2004-01-03 14:46:36.062865808 -0500
+@@ -20,6 +20,7 @@
+
+ // qt includes
+ #include <qlistview.h>
++#include <assert.h>
+
+ #define LISTITEM_NULL 0
+ #define LISTITEM_GROUP 1