From 6040ff04b06b30e245a075e3ebe80699e413827e Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 4 Sep 2016 07:38:16 -0500 Subject: [PATCH] wire up sys/types.h to pull in sys/cdefs.h --- include/compat/sys/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/compat/sys/types.h b/include/compat/sys/types.h index 1e9979f..e090b45 100644 --- a/include/compat/sys/types.h +++ b/include/compat/sys/types.h @@ -18,6 +18,8 @@ #include +#include + #ifdef __MINGW32__ #include <_bsd_types.h> #endif