Browse Source

calloc needs stdlib.h

pre-master-46
dwarning 8 years ago
committed by Holger Vogt
parent
commit
56bc8af358
  1. 1
      src/xspice/icm/digital/d_genlut/cfunc.mod
  2. 1
      src/xspice/icm/digital/d_lut/cfunc.mod

1
src/xspice/icm/digital/d_genlut/cfunc.mod

@ -38,6 +38,7 @@ NON-STANDARD FEATURES
/*=== INCLUDE FILES ====================*/ /*=== INCLUDE FILES ====================*/
#include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>
#include <math.h> #include <math.h>

1
src/xspice/icm/digital/d_lut/cfunc.mod

@ -38,6 +38,7 @@ NON-STANDARD FEATURES
/*=== INCLUDE FILES ====================*/ /*=== INCLUDE FILES ====================*/
#include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>
#include <math.h> #include <math.h>

Loading…
Cancel
Save