Fixed compilation error MSVC 19.16.27039.0 32 bit

This commit is contained in:
Sergey Vlasov 2024-12-08 22:56:25 +03:00
parent 2ea99597cc
commit 55745bcea8

1
ttf.h
View File

@ -11,6 +11,7 @@
#ifndef TTF_H #ifndef TTF_H
# define TTF_H # define TTF_H
# include <stddef.h>
# include <stdbool.h> # include <stdbool.h>
# include <sys/types.h> # include <sys/types.h>
# ifdef __cplusplus # ifdef __cplusplus