summaryrefslogtreecommitdiffstats
path: root/editors/calligra/files/patch-filters_words_msword-odf_wv2_src_parser9x.h
blob: 70a1b9f4a8b1f8bc7ec50b93311394b0dde23515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
To use 'uint' we need to include '<sys/types.h>'.

--- filters/words/msword-odf/wv2/src/parser9x.h.orig	2016-12-20 09:48:40 UTC
+++ filters/words/msword-odf/wv2/src/parser9x.h
@@ -27,6 +27,8 @@
 #include <list>
 #include <stack>
 
+#include <sys/types.h>
+
 class QString;
 
 namespace wvWare
OpenPOWER on IntegriCloud