From e1fde46a6abc1e99dfa3b98535f50c0247d1b556 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Sat, 4 Oct 2025 21:07:34 +0200
Subject: [PATCH] Include SDL_internal.h before checking HAVE_FRIBIDI_H
This happened to work because of precompiled headers
---
src/core/unix/SDL_fribidi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/unix/SDL_fribidi.c b/src/core/unix/SDL_fribidi.c
index f1f0241280bd6..f05c84bb9d661 100644
--- a/src/core/unix/SDL_fribidi.c
+++ b/src/core/unix/SDL_fribidi.c
@@ -18,10 +18,10 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
+#include "SDL_internal.h"
#ifdef HAVE_FRIBIDI_H
-#include "SDL_internal.h"
#include "SDL_fribidi.h"
#include <fribidi.h>