Bump version to 24.04.3.4
[LibreOffice.git] / external / gpgmepp / w32-include.patch
blob0fda72c2b0721618f2b2d29215f30b3c7f15a40d
1 --- src/data-fd.c
2 +++ src/data-fd.c
3 @@ -28,6 +28,9 @@
4 #ifdef HAVE_SYS_TYPES_H
5 # include <sys/types.h>
6 #endif
7 +#if defined HAVE_W32_SYSTEM
8 +#include <io.h>
9 +#endif
11 #include "debug.h"
12 #include "data.h"
13 --- src/gpgme-w32spawn.c
14 +++ src/gpgme-w32spawn.c
15 @@ -36,6 +36,7 @@
16 # include <sys/stat.h>
17 #endif
18 #include <stdint.h>
19 +#include <io.h>
20 #include <process.h>
22 #include "priv-io.h"
23 --- lang/cpp/src/gpgaddexistingsubkeyeditinteractor.h
24 +++ lang/cpp/src/gpgaddexistingsubkeyeditinteractor.h
25 @@ -27,6 +27,7 @@
26 #include "editinteractor.h"
28 #include <memory>
29 +#include <string>
31 namespace GpgME
33 --- lang/cpp/src/gpgrevokekeyeditinteractor.h
34 +++ lang/cpp/src/gpgrevokekeyeditinteractor.h
35 @@ -28,6 +28,7 @@
36 #include "global.h"
38 #include <memory>
39 +#include <string>
40 #include <vector>
42 namespace GpgME