From 59d4f6f7bbaf21d35d84fe1c2ab82e5d3abbd4cc Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 1 Apr 2007 19:02:42 +0000 Subject: Need to include stdlib.h for exit() call, reported through the Debian folks (I think this was also required under QNX, actually). --- modules/es_unix/unix_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/es_unix/unix_cmd.cpp b/modules/es_unix/unix_cmd.cpp index 7a5e076a8..8fa67fab2 100644 --- a/modules/es_unix/unix_cmd.cpp +++ b/modules/es_unix/unix_cmd.cpp @@ -16,6 +16,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3