]> git.sesse.net Git - nageru/commitdiff
Fix a build failure with GCC 13.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Jul 2023 15:15:42 +0000 (17:15 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Jul 2023 15:29:05 +0000 (17:29 +0200)
futatabi/flags.h
shared/va_resource_pool.h

index 6e59d9d272a1f3d37c2d6d16e30cbd4005b325f2..80571de493a53e873e0d7f45720792fc42ff1557 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "defs.h"
 
+#include <stdint.h>
 #include <string>
 #include <unordered_map>
 
index e8f276f5989d7877a832d1fe7d6ecfebce5af3f6..4802f8b8a0c6391bd2e22e6d541f0f72d7489373 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _VA_RESOURCE_POOL
 #define _VA_RESOURCE_POOL 1
 
+#include <stdio.h>
+#include <stdlib.h>
 #include <inttypes.h>
 #include <va/va.h>