* libc/include/sys/signal.h: Always include sys/types.h under Cygwin.
This commit is contained in:
@ -12,7 +12,7 @@ extern "C" {
|
||||
|
||||
/* #ifndef __STRICT_ANSI__*/
|
||||
|
||||
#if defined(_POSIX_THREADS)
|
||||
#if defined(_POSIX_THREADS) || defined(__CYGWIN__)
|
||||
#include <sys/types.h> /* for pthread data types */
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user