blob: da5e748370e4bb02324fc3cfd3e63c935e7d53ff (
plain)
1
2
3
4
5
6
7
8
9
10
|
// $Id$
#include "ace/OS_NS_math.h"
ACE_RCSID(ace, OS_NS_math, "$Id$")
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_math.inl"
#endif /* ACE_HAS_INLINED_OSCALLS */
|