ICU-1551 Fix for Solaris and very old gcc.
X-SVN-Rev: 7086
This commit is contained in:
parent
8421d35962
commit
c331e30e56
@ -30,8 +30,6 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
/* Define _XPG4_2 for Solaris and friends. */
|
||||
#ifndef _XPG4_2
|
||||
#define _XPG4_2
|
||||
@ -47,6 +45,7 @@
|
||||
#define _INCLUDE_XOPEN_SOURCE_EXTENDED
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user