diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 18:26:58 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 18:26:58 +0000 |
commit | 9f4830c8931613f52fa04970a8f1deaff508b6b5 (patch) | |
tree | 2927518894493e1cd91f7b47564ac6413ca3a9c0 | |
parent | 499c47278851647a5757216dee9d27354a48d7b4 (diff) | |
download | ATCD-9f4830c8931613f52fa04970a8f1deaff508b6b5.tar.gz |
ChangeLogTag: Mon Jun 14 18:26:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | netsvcs/clients/Logger/direct_logging.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netsvcs/clients/Logger/direct_logging.cpp b/netsvcs/clients/Logger/direct_logging.cpp index 7a5a72fb26b..3dc496e65e1 100644 --- a/netsvcs/clients/Logger/direct_logging.cpp +++ b/netsvcs/clients/Logger/direct_logging.cpp @@ -7,6 +7,8 @@ #include "ace/Log_Record.h" #include "ace/Log_Msg.h" #include "ace/OS_NS_time.h" +#include "ace/OS_NS_stdlib.h" +#include "ace/OS_NS_unistd.h" ACE_RCSID(Logger, direct_logging, "$Id$") |