mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
linux-user: Include trace-root.h in syscall-trace.h
Code movement in an upcoming patch will show that this file was implicitly depending on trace-root.h being included beforehand. Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
4c2169b267
commit
0fbf9b9ff4
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
#ifndef _SYSCALL_TRACE_H_
|
||||
#define _SYSCALL_TRACE_H_
|
||||
|
||||
#include "trace-root.h"
|
||||
|
||||
/*
|
||||
* These helpers just provide a common place for the various
|
||||
* subsystems that want to track syscalls to put their hooks in. We
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue