From aaf426e280f8bbfbae3111fd5d8b6d68fbcf6404 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 23 Jan 2024 01:20:00 +0300 Subject: [PATCH] testhaptic.c: include stdlib.h for exit() --- test/testhaptic.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/testhaptic.c b/test/testhaptic.c index e92181654a..56602cafb4 100644 --- a/test/testhaptic.c +++ b/test/testhaptic.c @@ -16,6 +16,8 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND */ #include "SDL.h" +#include + #ifndef SDL_HAPTIC_DISABLED static SDL_Haptic *haptic;