From 8cabe6dabadf2422240ff4e9d5f5f8c95622b682 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 27 Dec 2009 03:51:38 +0000 Subject: 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 --- externals/vanilla/e_sqrt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'externals/vanilla') 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 #define LOGTEN 2.302585092994 #define DUMTAB1SIZE 256 -- cgit v1.2.1