diff options
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index 650e4e70495..ce0578b38ed 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -14,8 +14,8 @@ #endif /* HPUX */ #define _HPUX_SOURCE -#include <sys/stdsyms.h> -#include <sched.h> // pthread.h doesn't include this +#include /**/ <sys/stdsyms.h> +#include /**/ <sched.h> // pthread.h doesn't include this #define ACE_HAS_BROKEN_CONVERSIONS |