inserted missing include file for proper compilation M.Z.
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user