diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-06 22:35:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-06 22:35:48 +0000 |
commit | 44938fd314f2e4c2725d9f86174a82f8c221a0a3 (patch) | |
tree | 93752382bdc8909c061d8af78fa63eba996746f3 /ace/Task_T.cpp | |
parent | c48e600adafd52ea1328dbac024dfc3474b9123f (diff) | |
download | ATCD-44938fd314f2e4c2725d9f86174a82f8c221a0a3.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Task_T.cpp')
-rw-r--r-- | ace/Task_T.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Task_T.cpp b/ace/Task_T.cpp index 489ec46371b..0295d644ce4 100644 --- a/ace/Task_T.cpp +++ b/ace/Task_T.cpp @@ -6,7 +6,9 @@ #define ACE_BUILD_DLL #include "ace/Task_T.h" +#if !defined(HPUX) || defined(__GNUG_) #include "ace/Module.h" +#endif /* !defined(HPUX) || defined(__GNUG__) #include "ace/Service_Config.h" #if !defined (__ACE_INLINE__) |