Skip to content

Commit f3712a5

Browse files
committed
Update findfont.c
Included strlcpy.h to file so it will build.
1 parent 8f0ac61 commit f3712a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎source/findfont.c‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
#include <stdlib.h>
55
#include <string.h>
66
#include <fontconfig/fontconfig.h>
7+
#if defined __MINGW32__ || defined __MINGW64__
8+
# include <sys/stat.h>
9+
# include "strlcpy.h"
10+
#endif
711
#if defined __linux__
812
#include <bsd/string.h>
913
#endif

0 commit comments

Comments
 (0)