diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-31 15:52:13 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-31 15:52:13 +0000 |
commit | 6d05c208f3837a35d1df688575b6a6a115f90640 (patch) | |
tree | 84ccc25c00ca0bfd1e8f1a9d5f271f9f3f904f44 /ace | |
parent | 58a2c3474227e7bc7909d34a04da8595851665ad (diff) | |
download | ATCD-6d05c208f3837a35d1df688575b6a6a115f90640.tar.gz |
added #include <stdarg.h> for Green Hills 1.8.8
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-vxworks-ghs-1.8.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/config-vxworks-ghs-1.8.h b/ace/config-vxworks-ghs-1.8.h index 79bc061a2b3..a6439901301 100644 --- a/ace/config-vxworks-ghs-1.8.h +++ b/ace/config-vxworks-ghs-1.8.h @@ -45,4 +45,11 @@ // Defines the page size of the system. #define ACE_PAGE_SIZE 4096 +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> + + #endif /* ACE_CONFIG_H */ |