inserted missing include file for proper compilation M.Z.

This commit is contained in:
cvs
2003-03-14 07:55:50 +00:00
parent 60fd2d4226
commit 5a03fea0b8

View File

@ -7,6 +7,7 @@
---------------------------------------------------------------------------*/ ---------------------------------------------------------------------------*/
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h>
#include <assert.h> #include <assert.h>
#include "table.h" #include "table.h"
@ -172,4 +173,4 @@
+ fFrac*(self->fVal1[i1] - self->fVal1[i1 -1]); + fFrac*(self->fVal1[i1] - self->fVal1[i1 -1]);
return 1; return 1;
} }