aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy
diff options
context:
space:
mode:
Diffstat (limited to 'src/entropy')
-rw-r--r--src/entropy/unix_procs/unix_cmd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entropy/unix_procs/unix_cmd.cpp b/src/entropy/unix_procs/unix_cmd.cpp
index 32829b91b..79cce7da4 100644
--- a/src/entropy/unix_procs/unix_cmd.cpp
+++ b/src/entropy/unix_procs/unix_cmd.cpp
@@ -13,6 +13,8 @@
#include <botan/unix_cmd.h>
#include <botan/parsing.h>
+#include <botan/exceptn.h>
+
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>