summaryrefslogtreecommitdiff
path: root/gui-libs/wpebackend-fdo/files/wpebackend-fdo-1.14.2-c23-fix.patch
blob: 65c98a7bba7692c45011a87f7d08090cac246821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 {