From: Richard Henderson Date: Wed, 11 Dec 2019 20:31:10 +0000 (-0800) Subject: linux-user: Include trace-root.h in syscall-trace.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0fbf9b9ff4114974aab3efdb754521f15d564b22;p=qemu.git 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é Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- diff --git a/include/user/syscall-trace.h b/include/user/syscall-trace.h index 9e60473643..79fd3e5aa9 100644 --- a/include/user/syscall-trace.h +++ b/include/user/syscall-trace.h @@ -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