summaryrefslogtreecommitdiff
path: root/TAO/utils/logWalker/Invocation.h
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2009-06-18 22:54:50 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2009-06-18 22:54:50 +0000
commit044c13d80682614cd754b1f00c06464873c85f4e (patch)
tree479c5be7fcd07d783d5600e6b84473803e538f30 /TAO/utils/logWalker/Invocation.h
parent983c86b068ddd58e07fdb9eba8202b72002b48a4 (diff)
downloadATCD-044c13d80682614cd754b1f00c06464873c85f4e.tar.gz
Thu Jun 18 22:47:05 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
* utils/logWalker/Invocation.h: * orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.h: There is a curious order-of-inclusion problem on macosx-leopoard builds whereby including a non-ACE header before something that includes ace/config.h causes a compiler error in OS_NS_stdlib.inl. It seems that on that platform, the signature of ::unsetenv() varies. I think this should be looked into in greater depth after releasing x.7.0.
Diffstat (limited to 'TAO/utils/logWalker/Invocation.h')
-rw-r--r--TAO/utils/logWalker/Invocation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/utils/logWalker/Invocation.h b/TAO/utils/logWalker/Invocation.h
index d6c79853cda..ccac0967b2d 100644
--- a/TAO/utils/logWalker/Invocation.h
+++ b/TAO/utils/logWalker/Invocation.h
@@ -6,7 +6,6 @@
#ifndef LOG_WALKER_INVOCATION_H
#define LOG_WALKER_INVOCATION_H
-#include <stdlib.h>
#include "ace/SString.h"
class PeerProcess;