diff options
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 87cf953..45e7175 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -25,6 +25,7 @@ #include <ctype.h> #include <errno.h> +#include <malloc.h> /* for malloc/free on some systems */ #include <stdio.h> #include <stdlib.h> #include <string.h> |