Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/thirdparty/sdl/patches/0003-std-include.patch
9898 views
1
diff --git a/thirdparty/sdl/joystick/SDL_sysjoystick.h b/thirdparty/sdl/joystick/SDL_sysjoystick.h
2
index 041ebc3b50..9b6ea65e9c 100644
3
--- a/thirdparty/sdl/joystick/SDL_sysjoystick.h
4
+++ b/thirdparty/sdl/joystick/SDL_sysjoystick.h
5
@@ -26,6 +26,8 @@
6
// This is the system specific header for the SDL joystick API
7
#include "SDL_joystick_c.h"
8
9
+#include <stdlib.h>
10
+
11
// Set up for C function definitions, even when using C++
12
#ifdef __cplusplus
13
extern "C" {
14
15