diff options
Diffstat (limited to 'external/libwpd/include.patch')
-rw-r--r-- | external/libwpd/include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/external/libwpd/include.patch b/external/libwpd/include.patch new file mode 100644 index 000000000..57f52b4b0 --- /dev/null +++ b/external/libwpd/include.patch @@ -0,0 +1,10 @@ +--- src/lib/WPXTable.h ++++ src/lib/WPXTable.h +@@ -36,6 +36,7 @@ + #ifndef _WPXTABLE_H + #define _WPXTABLE_H + ++#include <stddef.h> + #include <vector> + + struct WPXTableCell |