COMP: Include <stdlib.h> for 'free'

This commit is contained in:
Brad King 2009-07-13 16:46:53 -04:00
parent 3dd6f36d45
commit 724275b266
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <errno.h>
#include <time.h>
#include <string.h>
#include <stdlib.h>
#include <cmsys/RegularExpression.hxx>
#include <cmsys/Directory.hxx>