FreeType 2.9.1 on Linux needs to be reminded where to find uintptr_t

This commit is contained in:
Jonathan Campbell
2020-11-27 11:12:15 -08:00
parent 30baaa6af9
commit 0ebcffb003

View File

@@ -37,6 +37,9 @@
#include "tterrors.h"
#include "ttsubpix.h"
#ifndef _MSC_VER
# include <stdint.h>
#endif
/*************************************************************************/
/* */