diff options
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$") |