diff options
Diffstat (limited to 'Source/CursesDialog/form/frm_req_name.c')
-rw-r--r-- | Source/CursesDialog/form/frm_req_name.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CursesDialog/form/frm_req_name.c b/Source/CursesDialog/form/frm_req_name.c index e9cd426..30b3aca 100644 --- a/Source/CursesDialog/form/frm_req_name.c +++ b/Source/CursesDialog/form/frm_req_name.c @@ -35,6 +35,9 @@ * Routines to handle external names of menu requests * ***************************************************************************/ +#ifdef __hpux + #define _XOPEN_SOURCE_EXTENDED +#endif /* __hpux */ #include "form.priv.h" MODULE_ID("$Id$") |