diff options
| author | Collin Funk <[email protected]> | 2026-01-24 06:42:57 +0100 |
|---|---|---|
| committer | NIIBE Yutaka <[email protected]> | 2026-01-28 06:11:39 +0100 |
| commit | e4623a83adf401b2758a150233e1513885f3dea6 (patch) | |
| tree | 329fb516155a0e6b64a8d1dbe515be2e330ebfe9 | |
| parent | build: Update build-aux and m4 from libgpg-error and libassuan. (diff) | |
| download | gpgme-e4623a83adf401b2758a150233e1513885f3dea6.tar.gz gpgme-e4623a83adf401b2758a150233e1513885f3dea6.zip | |
Fix build with libassuan 2.
* src/assuan-support.c: Include util.h for the assuan_pid_t
definition.
--
Fixes-commit: 77b9e1de7d7614e8e7eb79f507a1de292efb30a7
Signed-off-by: Collin Funk <[email protected]>
| -rw-r--r-- | src/assuan-support.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assuan-support.c b/src/assuan-support.c index 8fb45c53..86e9b562 100644 --- a/src/assuan-support.c +++ b/src/assuan-support.c @@ -38,6 +38,7 @@ #include <sys/wait.h> #endif +#include "util.h" #include "assuan.h" #include "gpgme.h" |
