diff options
author | lloyd <[email protected]> | 2007-04-01 19:03:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-04-01 19:03:52 +0000 |
commit | 0466f2522f6bfda4527507320257fc4b1339ba55 (patch) | |
tree | 964b7aa35224d6e566c243c60a1fdd7ed0441334 /modules | |
parent | 66fda6687ee8dcc79e9495bf8d85278ec1837388 (diff) | |
parent | 59d4f6f7bbaf21d35d84fe1c2ab82e5d3abbd4cc (diff) |
propagate from branch 'net.randombit.botan.stable' (head 63c067b5454498ee48466101aedb54613615a983)
to branch 'net.randombit.botan' (head 2444e9d08f77852cf2df58c34ca38145c2f416ba)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/es_unix/unix_cmd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <sys/time.h> #include <sys/types.h> #include <sys/wait.h> +#include <stdlib.h> #include <unistd.h> #include <signal.h> |