From 0406d1c31611f95d97cdfb5a2e2a0d0d320632a6 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Mon, 22 Jul 2024 17:40:56 +0300 Subject: [PATCH] testshader.c: include stdlib.h for exit() --- test/testshader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testshader.c b/test/testshader.c index 5543edb9b..7ca10f1fb 100644 --- a/test/testshader.c +++ b/test/testshader.c @@ -11,6 +11,7 @@ */ /* This is a simple example of using GLSL shaders with SDL */ +#include #include "SDL.h" #ifdef HAVE_OPENGL