From d29276e625836be3691e2e2ef2fdde206d19bc4c Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 20 Aug 2024 07:30:45 -0700
Subject: [PATCH] Include SDL_events.h in SDL_init.h for SDL_AppEvent_func()
---
include/SDL3/SDL_init.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/SDL3/SDL_init.h b/include/SDL3/SDL_init.h
index 9f16bd82d0db0..6f5d389c9b48b 100644
--- a/include/SDL3/SDL_init.h
+++ b/include/SDL3/SDL_init.h
@@ -31,6 +31,7 @@
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_error.h>
+#include <SDL3/SDL_events.h>
#include <SDL3/SDL_begin_code.h>
/* Set up for C function definitions, even when using C++ */