diff options
author | carmen rocco <ix9@users.sourceforge.net> | 2005-04-12 06:22:12 +0000 |
---|---|---|
committer | carmen rocco <ix9@users.sourceforge.net> | 2005-04-12 06:22:12 +0000 |
commit | eb459642fd79b40c768c80badc915213d78116fc (patch) | |
tree | db0302435c1f0988721437bbf80c14bfc656e138 /modules/dist.c | |
parent | d9db643a1e091d2fd059b606154d0127575d3a1e (diff) |
include paths were hardcoded to obsolete headers in build/include/
svn path=/trunk/externals/creb/; revision=2716
Diffstat (limited to 'modules/dist.c')
-rw-r--r-- | modules/dist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dist.c b/modules/dist.c index 20fb221..34b9a63 100644 --- a/modules/dist.c +++ b/modules/dist.c @@ -17,8 +17,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "extlib_util.h" - +#include <m_pd.h> +#include <math.h> #define CLIP 0 #define INVERSE 1 |