calloc needs stdlib.h

This commit is contained in:
dwarning 2018-10-15 15:28:41 +02:00 committed by Holger Vogt
parent 67b38d7885
commit 56bc8af358
2 changed files with 2 additions and 0 deletions

View File

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

View File

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