gentoo/gui-libs/wpebackend-fdo/files/wpebackend-fdo-1.14.2-c23-fix.patch
Solegaiter 0d6ccff4d7
gui-libs/wpebackend-fdo: add 1.14.3 and fix to use C23.
This pull request bumps this package and fixes 'ipc.h:36:36: error:
uint32_t has not been declared' which made it impossible to compile the
program in gcc 15.

Closes: https://bugs.gentoo.org/938289
Signed-off-by: Solegaiter <meartzheast877@gmail.com>
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2025-03-05 19:12:06 +01:00

14 lines
323 B
Diff

# Original commit: https://github.com/Igalia/WPEBackend-fdo/commit/923ebd634949c11444fbdb6b1ee9ac62ac538ec7
diff --git a/src/ipc.h b/src/ipc.h
index c274529..f9945eb 100644
--- a/src/ipc.h
+++ b/src/ipc.h
@@ -26,6 +26,7 @@
#pragma once
#include <gio/gio.h>
+#include <stdint.h>
#include <memory>
namespace FdoIPC {