diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-02 12:50:14 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-02 12:50:14 +0000 |
commit | 24d2b3cff36d3eb54e144671a7e11e4f130dd5db (patch) | |
tree | dd57c36ac5244ff03ca721202a8ce2be7386e1cc /ace/config-vxworks5.x.h | |
parent | e82c4a1a99b8b43ad7c62b552eef109a9675ee4e (diff) | |
download | ATCD-24d2b3cff36d3eb54e144671a7e11e4f130dd5db.tar.gz |
ChangeLogTag: Sun Jan 2 12:50:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/config-vxworks5.x.h')
-rw-r--r-- | ace/config-vxworks5.x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-vxworks5.x.h b/ace/config-vxworks5.x.h index e31a83701e6..fcc66863713 100644 --- a/ace/config-vxworks5.x.h +++ b/ace/config-vxworks5.x.h @@ -256,6 +256,10 @@ # define ACE_LACKS_MUTEXATTR_PSHARED # define ACE_HAS_THREAD_SPECIFIC_STORAGE # define ACE_HAS_POSIX_SEM +// Include this file, the sys/stat.h file shipped with VxWorks has old types +// and without this include we get a lot of compile errors. A TSR has been filed +// so that hopefully in the future we can zap this include +#include "types/vxTypesOld.h" #else # define ACE_LACKS_PTHREAD_H # define ACE_LACKS_COND_T |