COMP: Include <stdlib.h> for 'free'
This commit is contained in:
parent
3dd6f36d45
commit
724275b266
|
@ -19,6 +19,7 @@
|
|||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <cmsys/RegularExpression.hxx>
|
||||
#include <cmsys/Directory.hxx>
|
||||
|
|
Loading…
Reference in New Issue