diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-22 05:10:33 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-22 05:10:33 +0000 |
commit | 2f5432a85a66c5f618cdaf8032f13be787311a31 (patch) | |
tree | 5ece8e95375cf7088ce6633c23421ceaaab9b039 /ace/config-vxworks-ghs-1.8.h | |
parent | 88aa3350698954b097db8533a892fb45f6e59149 (diff) | |
download | ATCD-2f5432a85a66c5f618cdaf8032f13be787311a31.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-vxworks-ghs-1.8.h')
-rw-r--r-- | ace/config-vxworks-ghs-1.8.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-vxworks-ghs-1.8.h b/ace/config-vxworks-ghs-1.8.h index a6439901301..e478198fe2c 100644 --- a/ace/config-vxworks-ghs-1.8.h +++ b/ace/config-vxworks-ghs-1.8.h @@ -48,8 +48,8 @@ typedef int key_t; // GreenHills 1.8.8 needs the stdarg.h #include early: it shouldn't // hurt other compilers. -#include <stdarg.h> -#include <vxWorks.h> +#include /**/ <stdarg.h> +#include /**/ <vxWorks.h> #endif /* ACE_CONFIG_H */ |