From 2b09fafa8a22f2bd8fcdfe2b9797cf7c5477f485 Mon Sep 17 00:00:00 2001 From: venkita Date: Mon, 20 Oct 2003 02:28:08 +0000 Subject: ChangeLogTag: Sun Oct 19 21:25:59 2003 Venkita Subramonian --- ChangeLog | 5 +++++ performance-tests/SCTP/hist.cpp | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 471b2ab7fb4..39cd0b58fee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 19 21:25:59 2003 Venkita Subramonian + + * performance-tests/SCTP/hist.cpp: Fixed fuzz errors. Include + "ace/os_include/os_math.h" instead of math.h. + Sun Oct 19 21:16:44 2003 Venkita Subramonian * apps/JAWS3/http/HTTP_Service_Handler.h: diff --git a/performance-tests/SCTP/hist.cpp b/performance-tests/SCTP/hist.cpp index fbac95d1a98..81197b7939e 100644 --- a/performance-tests/SCTP/hist.cpp +++ b/performance-tests/SCTP/hist.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include "ace/os_include/os_math.h" #include "hist.h" hist_t *head_hist, *tail_hist; @@ -301,4 +301,3 @@ double histfloor(double x) { #endif } - -- cgit v1.2.1