summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/mediasdk/files/fix-gcc13.patch
blob: fb973870bdc3ccb45697b4ce6be77752d24a24ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Upstream-Status: Inactive-Upstream
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>

diff --git a/api/mfx_dispatch/linux/mfxparser.cpp b/api/mfx_dispatch/linux/mfxparser.cpp
index 9d3823ec3e..12e46d1881 100644
--- a/api/mfx_dispatch/linux/mfxparser.cpp
+++ b/api/mfx_dispatch/linux/mfxparser.cpp
@@ -20,6 +20,7 @@
 
 #include <ctype.h>
 #include <stdio.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>