diff options
Diffstat (limited to 'ace/config-aix-4.x.h')
-rw-r--r-- | ace/config-aix-4.x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h index e7489e8fb76..7609098a90a 100644 --- a/ace/config-aix-4.x.h +++ b/ace/config-aix-4.x.h @@ -6,8 +6,8 @@ // g++/egcs. #ifndef ACE_CONFIG_H -#include "ace/pre.h" #define ACE_CONFIG_H +#include "ace/pre.h" #if defined (__xlC__) || (__IBMCPP__) // AIX xlC, IBM C/C++, and Visual Age C++ compilers |