mcst-linux-kernel/patches-2024.06.26/gl4es-1.1.4/0181-Include-string.h-on-eg...

23 lines
551 B
Diff

From d69d0e03938f47cef8b1ae6fcc68ffb5540d99d8 Mon Sep 17 00:00:00 2001
From: JohnnyonFlame <johnnyonflame@hotmail.com>
Date: Sun, 7 Nov 2021 02:00:32 -0300
Subject: [PATCH 181/233] Include string.h on egl/lookup.c (for strcmp).
---
src/egl/lookup.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/egl/lookup.c b/src/egl/lookup.c
index bd8e83f9..4e9b4967 100644
--- a/src/egl/lookup.c
+++ b/src/egl/lookup.c
@@ -1,3 +1,5 @@
+#include <string.h>
+
#include "../gl/attributes.h"
#include "../gl/init.h"
#include "../gl/logs.h"
--
2.11.0