summaryrefslogtreecommitdiff
path: root/ace/os_include/os_termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/os_termios.h')
-rw-r--r--ace/os_include/os_termios.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/os_include/os_termios.h b/ace/os_include/os_termios.h
index 03dede0787d..30f1f9971b2 100644
--- a/ace/os_include/os_termios.h
+++ b/ace/os_include/os_termios.h
@@ -28,6 +28,10 @@
# include /**/ <termios.h>
#endif /* !ACE_LACKS_TERMIOS_H */
+#if defined (HPUX)
+# include /**/ <sys/modem.h>
+#endif /* HPUX */
+
// Place all additions (especially function declarations) within extern "C" {}
#ifdef __cplusplus
extern "C"