diff options
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> |
