diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 12:17:48 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 12:17:48 +0000 |
commit | 9162fb9c4efda73ed1e85cd0627ce7626e2e3ee7 (patch) | |
tree | f2fdfe049c1488784708760e12dd5573560915f7 /ace/config-psosim-g++.h | |
parent | 7b6a39ee045885ccaeaeff58c2009489184c73bd (diff) | |
download | ATCD-9162fb9c4efda73ed1e85cd0627ce7626e2e3ee7.tar.gz |
ChangeLogTag:Sat Mar 18 05:42:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/config-psosim-g++.h')
-rw-r--r-- | ace/config-psosim-g++.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-psosim-g++.h b/ace/config-psosim-g++.h index 4c85ea9f202..359b934ce30 100644 --- a/ace/config-psosim-g++.h +++ b/ace/config-psosim-g++.h @@ -35,6 +35,7 @@ #ifndef ACE_CONFIG_H +#include "ace/pre.h" #define ACE_CONFIG_H //////////////////////////////////////////////////////////////// @@ -241,4 +242,5 @@ #define ACE_LACKS_MKFIFO #define ACE_MALLOC_ALIGN 8 +#include "ace/post.h" #endif /* ACE_CONFIG_H */ |