diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-22 19:30:37 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-22 19:30:37 +0000 |
commit | f0cb6b9af43e20db0eab7086b139709b1beb5f1e (patch) | |
tree | bb80e8e767ceb19543ab842b418728156d6a6837 /performance-tests/TCP | |
parent | b20ad0050fb070990aeb1ce0839a8ad03901fb97 (diff) | |
download | ATCD-f0cb6b9af43e20db0eab7086b139709b1beb5f1e.tar.gz |
ChangeLogTag:Fri Sep 22 12:27:42 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'performance-tests/TCP')
-rw-r--r-- | performance-tests/TCP/tcp_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/performance-tests/TCP/tcp_test.cpp b/performance-tests/TCP/tcp_test.cpp index a52483bd681..03c1bb012f0 100644 --- a/performance-tests/TCP/tcp_test.cpp +++ b/performance-tests/TCP/tcp_test.cpp @@ -30,6 +30,8 @@ #include "ace/Stats.h" #include "ace/Thread_Manager.h" #include "ace/Sched_Params.h" + +// FUZZ: disable check_for_math_include #include <math.h> ACE_RCSID(TCP, tcp_test, "$Id$") |