aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-04-01 19:03:52 +0000
committerlloyd <[email protected]>2007-04-01 19:03:52 +0000
commit0466f2522f6bfda4527507320257fc4b1339ba55 (patch)
tree964b7aa35224d6e566c243c60a1fdd7ed0441334 /modules
parent66fda6687ee8dcc79e9495bf8d85278ec1837388 (diff)
parent59d4f6f7bbaf21d35d84fe1c2ab82e5d3abbd4cc (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.cpp1
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>