wire up sys/types.h to pull in sys/cdefs.h

This commit is contained in:
Brent Cook 2016-09-04 07:38:16 -05:00
parent 93be612b5c
commit 6040ff04b0

View File

@ -18,6 +18,8 @@
#include <stdint.h>
#include <sys/cdefs.h>
#ifdef __MINGW32__
#include <_bsd_types.h>
#endif