Update of /cvsroot/sp-tk/SPTK/src/bin/lmadf
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9405
Modified Files:
lmadf.c _lmadf.c
Log Message:
add Header file
Index: _lmadf.c
===================================================================
RCS file: /cvsroot/sp-tk/SPTK/src/bin/lmadf/_lmadf.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** _lmadf.c 22 Dec 2016 10:53:06 -0000 1.21
--- _lmadf.c 14 Feb 2017 05:30:39 -0000 1.22
***************
*** 62,65 ****
--- 62,66 ----
#include <stdio.h>
+ #include <stdlib.h>
#if defined(WIN32)
Index: lmadf.c
===================================================================
RCS file: /cvsroot/sp-tk/SPTK/src/bin/lmadf/lmadf.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** lmadf.c 22 Dec 2016 10:53:06 -0000 1.35
--- lmadf.c 14 Feb 2017 05:30:39 -0000 1.36
***************
*** 94,97 ****
--- 94,98 ----
#endif
+ #include <ctype.h>
#include <math.h>
|