diff options
Diffstat (limited to 'executor/executor.cc')
| -rw-r--r-- | executor/executor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/executor.cc b/executor/executor.cc index d6bba7aa7..3ba21e846 100644 --- a/executor/executor.cc +++ b/executor/executor.cc @@ -298,6 +298,7 @@ static bool in_execute_one = false; #define SYZ_EXECUTOR 1 #include "common.h" +#include "executor_common.h" const size_t kMaxInput = 4 << 20; // keep in sync with prog.ExecBufferSize const size_t kMaxCommands = 1000; // prog package knows about this constant (prog.execMaxCommands) |
