* src/vm/suck.c (stdlib.h): Include to avoid warning about `free`.
authoredwin <none@none>
Sun, 29 Oct 2006 16:21:38 +0000 (16:21 +0000)
committeredwin <none@none>
Sun, 29 Oct 2006 16:21:38 +0000 (16:21 +0000)
src/vm/suck.c

index 1acb8ce67089c538f7bdbdfc9af484083b81107a..98586daae6c8eca5de6463efd956defbf62287cb 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: suck.c 5856 2006-10-29 16:14:27Z edwin $
+   $Id: suck.c 5857 2006-10-29 16:21:38Z edwin $
 
 */
 
@@ -37,6 +37,7 @@
 
 #include <dirent.h>
 #include <sys/stat.h>
+#include <stdlib.h>
 
 #include "vm/types.h"