Added in stdlib as per #2014. (#2017)

(cherry picked from commit 9b70aec31de3d7c179fc8425d7af7babd96be2c5)
This commit is contained in:
Adam
2025-05-18 22:54:38 +08:00
committed by takase1121
parent 15123e4054
commit 3479e31a4e
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
#include <SDL.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
#include <sys/types.h>
+1
View File
@@ -2,6 +2,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#ifdef _MSC_VER
+1
View File
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <assert.h>
#include <math.h>
#include <ft2build.h>