From 913d592f973a0155647473eaa032711fe956f8a5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 22 Sep 2017 11:09:53 +0200 Subject: all: more assorted fuchsia support --- executor/test_executor_linux.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'executor/test_executor_linux.cc') diff --git a/executor/test_executor_linux.cc b/executor/test_executor_linux.cc index 8bbd56910..5ba8d91ca 100644 --- a/executor/test_executor_linux.cc +++ b/executor/test_executor_linux.cc @@ -1,10 +1,10 @@ // Copyright 2017 syzkaller project authors. All rights reserved. // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -#include "syscalls_linux.h" - #define SYZ_EXECUTOR -#include "common.h" +#include "common_linux.h" + +#include "syscalls_linux.h" #include -- cgit mrf-deployment