Tweak for gcc buildability

This commit is contained in:
Brian Cox 2018-10-13 21:09:11 -07:00
parent d504fbd37e
commit ab48bd9560
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@
#if __cplusplus < 201103L
typedef unsigned char uint8_t;
#else
#include <stdint.h>
#endif
typedef unsigned short word16;