Add missing include, problem spotted by clang 15
This commit is contained in:
parent
838524aecf
commit
2762831644
@ -1,7 +1,7 @@
|
||||
COMMENT = convert various Microsoft formats into HTML/PNG
|
||||
|
||||
DISTNAME = wv-1.2.9
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
SHARED_LIBS = wv-1.2 1.0 \
|
||||
wv 1.0
|
||||
|
11
converters/wv/patches/patch-wvSummary_c
Normal file
11
converters/wv/patches/patch-wvSummary_c
Normal file
@ -0,0 +1,11 @@
|
||||
Index: wvSummary.c
|
||||
--- wvSummary.c.orig
|
||||
+++ wvSummary.c
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <gsf/gsf-msole-utils.h>
|
||||
#include <gsf/gsf-docprop-vector.h>
|
||||
#include <gsf/gsf-meta-names.h>
|
||||
+#include <gsf/gsf-doc-meta-data.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
Loading…
Reference in New Issue
Block a user