diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-12-27 03:51:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-12-27 03:51:38 +0000 |
commit | 8cabe6dabadf2422240ff4e9d5f5f8c95622b682 (patch) | |
tree | f4ed77418d3a589dd708b5194b4225fc7dc30636 /externals/vanilla | |
parent | 083209f5ad6b1862d9d94786373145562a7539cf (diff) |
following up on bug report #2921689, fixed a bunch of 'implicit declaration of function' warnings, which could cause problems on 64-bit
svn path=/trunk/; revision=12846
Diffstat (limited to 'externals/vanilla')
-rw-r--r-- | externals/vanilla/e_sqrt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/vanilla/e_sqrt.h b/externals/vanilla/e_sqrt.h index 29f9725c..209ef02f 100644 --- a/externals/vanilla/e_sqrt.h +++ b/externals/vanilla/e_sqrt.h @@ -5,6 +5,7 @@ /* these are things used in a number of objectclasses from e_sqrt.c */ #include "m_pd.h" +#include <math.h> #define LOGTEN 2.302585092994 #define DUMTAB1SIZE 256 |