Skip to content

Commit

Permalink
Merge pull request #81 from vlasovsoft1979/ttf_h_size_t_error
Browse files Browse the repository at this point in the history
Fixed compilation error MSVC 19.16.27039.0 32 bit
  • Loading branch information
michaelrsweet authored Dec 9, 2024
2 parents d705d7e + 55745bc commit 91a467e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ttf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#ifndef TTF_H
# define TTF_H
# include <stddef.h>
# include <stdbool.h>
# include <sys/types.h>
# ifdef __cplusplus
Expand Down

0 comments on commit 91a467e

Please sign in to comment.