mjdgges: add missing math.h header (for fabs())

time-shift
Sébastien Villemot 2011-12-12 10:35:39 +01:00
parent 7ec12aaa43
commit fefe425c61
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
#include <string.h>
#include <math.h>
#include <dynmex.h>
#include <dynlapack.h>