diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-09-22 11:09:53 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-22 13:10:55 +0200 |
| commit | 913d592f973a0155647473eaa032711fe956f8a5 (patch) | |
| tree | 29b1b2083c00d199cf4d9a30917411d923b49ef4 /executor/test_executor_linux.cc | |
| parent | c26ea367cfa790e86800ac025638ad50f95b8287 (diff) | |
all: more assorted fuchsia support
Diffstat (limited to 'executor/test_executor_linux.cc')
| -rw-r--r-- | executor/test_executor_linux.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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 <sys/utsname.h> |
