summaryrefslogtreecommitdiff
path: root/libmwaw
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-13 15:39:16 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-13 15:39:27 +0100
commit2759389def5f5cb671d57a28a4f7962374c76355 (patch)
treed78c64ca2938746c381b049b45ea929d635ae6f8 /libmwaw
parent9dcfc56c7cd76de237f45cf46448c14cfbb2f45c (diff)
missing include
Change-Id: I87c8cbacba48215a5bd6d7a530e32fa814d10b2f
Diffstat (limited to 'libmwaw')
-rw-r--r--libmwaw/libmwaw-0.1.7-misc.patch11
1 files changed, 10 insertions, 1 deletions
diff --git a/libmwaw/libmwaw-0.1.7-misc.patch b/libmwaw/libmwaw-0.1.7-misc.patch
index 40bf7866c291..85b6a3f338d0 100644
--- a/libmwaw/libmwaw-0.1.7-misc.patch
+++ b/libmwaw/libmwaw-0.1.7-misc.patch
@@ -11,7 +11,16 @@
{
--- a/src/lib/EDParser.cxx
+++ b/src/lib/EDParser.cxx
-@@ -756,7 +756,7 @@ private:
+@@ -51,6 +51,8 @@
+ #include "MWAWRSRCParser.hxx"
+ #include "MWAWSubDocument.hxx"
+
++#include "libmwaw_internal.hxx"
++
+ #include "EDParser.hxx"
+
+ /** Internal: the structures of a EDParser */
+@@ -756,7 +758,7 @@ private:
bool DeflateStruct::sendDuplicated(int num, int depl)
{