diff options
author | gthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-17 18:48:18 +0000 |
---|---|---|
committer | gthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-17 18:48:18 +0000 |
commit | 5c534fd76b6efb8557025f2d2fc7a3ec1c8bc28c (patch) | |
tree | b5e900f1d3ba97a9e128b0d2e55bc870d2d972e6 /performance-tests | |
parent | 506f3d2f60572a7117536c6327144ab332b8093b (diff) | |
download | ATCD-5c534fd76b6efb8557025f2d2fc7a3ec1c8bc28c.tar.gz |
ChangeLogTag: Tue Jun 17 14:42:25 2003 Gautam H. Thaker <gthaker@atl.lmco.com>
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/SCTP/Options_Manager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/performance-tests/SCTP/Options_Manager.cpp b/performance-tests/SCTP/Options_Manager.cpp index 1d8c4f88f77..7614e885ee3 100644 --- a/performance-tests/SCTP/Options_Manager.cpp +++ b/performance-tests/SCTP/Options_Manager.cpp @@ -6,6 +6,8 @@ extern "C" { #include <sys/types.h> }; +#include "ace/Get_Opt.h" + // make sure that the code compiles cleanly even if SCTP is not // available. If SCTP is not installed, program will exit early in // main() with an error message. @@ -20,8 +22,6 @@ extern "C" { #endif #endif -#include "ace/Get_Opt.h" - #include "Options_Manager.h" // Set default values |