diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-11-13 15:20:25 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-11-13 15:20:25 +0000 |
commit | 81f699ce9d89d321944f36140978850997190110 (patch) | |
tree | 377d66b58c47769c4f2ab5f0afc29bdbe10b88b2 /src | |
parent | 5846fb7f357436562a9afaf7d1003a70004b83eb (diff) |
include stdlib.h for calloc()
svn path=/trunk/externals/iem/iemmatrix/; revision=6278
Diffstat (limited to 'src')
-rw-r--r-- | src/mtx_conv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mtx_conv.c b/src/mtx_conv.c index 5614da7..b09b143 100644 --- a/src/mtx_conv.c +++ b/src/mtx_conv.c @@ -13,6 +13,7 @@ */ #include "iemmatrix.h" +#include <stdlib.h> static t_class *mtx_conv_class; |