mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 19:15:29 +00:00
testhaptic.c: include stdlib.h for exit()
(cherry picked from commit aaf426e280f8bbfbae3111fd5d8b6d68fbcf6404)
This commit is contained in:
parent
467f1d52e4
commit
4a4f289adc
|
@ -16,6 +16,8 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|||
*/
|
||||
#include "SDL.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef SDL_HAPTIC_DISABLED
|
||||
|
||||
static SDL_Haptic *haptic;
|
||||
|
|
Loading…
Reference in a new issue