diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-11-02 08:58:45 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-11-02 08:58:45 +0000 |
commit | 462af87ef5b69eaf562155a11b245d7dd3e25517 (patch) | |
tree | 01f37a9fd66da3047f5d47df6163f9ddb36dd80d /performance-tests | |
parent | d03fb215f2e8dcb6c4fdeb423c528364424d9685 (diff) | |
download | ATCD-462af87ef5b69eaf562155a11b245d7dd3e25517.tar.gz |
ChangeLogTag: Tue Nov 2 08:59:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/SCTP/Options_Manager.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/performance-tests/SCTP/Options_Manager.cpp b/performance-tests/SCTP/Options_Manager.cpp index a5b3609da36..656030a6195 100644 --- a/performance-tests/SCTP/Options_Manager.cpp +++ b/performance-tests/SCTP/Options_Manager.cpp @@ -1,12 +1,9 @@ // -*- C++ -*- // $Id$ -extern "C" { -#include "ace/os_include/sys/os_types.h" -} - #include "ace/Get_Opt.h" #include "ace/os_include/netinet/os_in.h" +#include "ace/os_include/sys/os_types.h" #include "ace/OS_NS_stdlib.h" #include "ace/OS_NS_string.h" |