From 8cb7d3dcfcbe11a6d5682743816409d1c8e8f6a0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 20 Sep 2017 21:18:36 +0200 Subject: all: initial support for fuchsia Nothing works, but builds. Update #191 --- executor/executor_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/executor_linux.cc') 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 #include -#include "syscalls.h" +#include "syscalls_linux.h" #define SYZ_EXECUTOR #include "common.h" -- cgit mrf-deployment