ICU-8452 try to work around a problem with using Solaris signal.h

X-SVN-Rev: 30421
This commit is contained in:
Markus Scherer 2011-07-25 23:14:16 +00:00
parent ddaa367fa9
commit d0c495ee99

View file

@ -10,6 +10,11 @@
# endif
#endif
/* Define __EXTENSIONS__ for Solaris and old friends in strict mode. */
#ifndef __EXTENSIONS__
#define __EXTENSIONS__
#endif
// Defines _XOPEN_SOURCE for access to POSIX functions.
// Must be before any other #includes.
#include "uposixdefs.h"
@ -64,11 +69,6 @@
# endif
#endif
/* Define __EXTENSIONS__ for Solaris and old friends in strict mode. */
#ifndef __EXTENSIONS__
#define __EXTENSIONS__
#endif
#if U_PLATFORM == U_PF_OS390
#include <sys/types.h>
#endif