summaryrefslogtreecommitdiff
path: root/ace/config-all.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-18 18:03:54 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-18 18:03:54 +0000
commit126b1bd680a85b8df0b41a412ffe45f333ba8d97 (patch)
treead882eea8ae61cab20a75f31409f9786e3bc294f /ace/config-all.h
parent056d590444bd3f22a59f78632d74a2cc705749e1 (diff)
downloadATCD-126b1bd680a85b8df0b41a412ffe45f333ba8d97.tar.gz
ChangeLogTag:Sat Nov 18 09:58:17 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/config-all.h')
-rw-r--r--ace/config-all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-all.h b/ace/config-all.h
index 5caf4434511..c77dab6a096 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -588,6 +588,7 @@ typedef void *(*ACE_THR_C_FUNC)(void *);
# if defined (ACE_HAS_STANDARD_CPP_LIBRARY) && (ACE_HAS_STANDARD_CPP_LIBRARY != 0)
# include /**/ <cstdio>
# else
+# include /**/ <stdarg.h> // LynxOS requires this before stdio.h
# include /**/ <stdio.h>
# endif
# define ACE_NOTSUP_RETURN(FAILVALUE) do { errno = ENOTSUP; fprintf (stderr, ACE_LIB_TEXT ("ACE_NOTSUP: %s, line %d\n"), __FILE__, __LINE__); return FAILVALUE; } while (0)