Module: Mesa
Branch: main
Commit: e92ff4f80931c587a4ef45662d741872836227b1
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e92ff4f80931c587a4ef45662d741872836227b1

Author: Asahi Lina <[email protected]>
Date:   Wed May 10 19:41:28 2023 +0900

asahi: Add missing stdbool include to lib/hexdump.h

Signed-off-by: Asahi Lina <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22971>

---

 src/asahi/lib/hexdump.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/asahi/lib/hexdump.h b/src/asahi/lib/hexdump.h
index c26d234a832..bb74ff6563e 100644
--- a/src/asahi/lib/hexdump.h
+++ b/src/asahi/lib/hexdump.h
@@ -6,6 +6,8 @@
 #ifndef __HEXDUMP_H
 #define __HEXDUMP_H
 
+#include <stdbool.h>
+
 static void
 hexdump(FILE *fp, const uint8_t *hex, size_t cnt, bool with_strings)
 {

Reply via email to