diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-09-20 21:18:36 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-20 21:19:29 +0200 |
| commit | 8cb7d3dcfcbe11a6d5682743816409d1c8e8f6a0 (patch) | |
| tree | 75e6dd62ae61ce7986cf4e0e04e9954586033635 /executor/executor_linux.cc | |
| parent | d606e60dfe3d50499812f7d740dae6e727fa9f76 (diff) | |
all: initial support for fuchsia
Nothing works, but builds.
Update #191
Diffstat (limited to 'executor/executor_linux.cc')
| -rw-r--r-- | executor/executor_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/executor_linux.cc b/executor/executor_linux.cc index cd0e406ff..d428fc1ea 100644 --- a/executor/executor_linux.cc +++ b/executor/executor_linux.cc @@ -26,7 +26,7 @@ #include <time.h> #include <unistd.h> -#include "syscalls.h" +#include "syscalls_linux.h" #define SYZ_EXECUTOR #include "common.h" |
