summaryrefslogtreecommitdiffstats
path: root/include/user/syscall-trace.h
diff options
context:
space:
mode:
authorRichard Henderson2019-12-11 21:31:10 +0100
committerRichard Henderson2020-01-16 02:13:09 +0100
commit0fbf9b9ff4114974aab3efdb754521f15d564b22 (patch)
treea14731205c9ed085360110969014ac4fb2baafd1 /include/user/syscall-trace.h
parentlinux-user: Include tcg.h in syscall.c (diff)
downloadqemu-0fbf9b9ff4114974aab3efdb754521f15d564b22.tar.gz
qemu-0fbf9b9ff4114974aab3efdb754521f15d564b22.tar.xz
qemu-0fbf9b9ff4114974aab3efdb754521f15d564b22.zip
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>
Diffstat (limited to 'include/user/syscall-trace.h')
-rw-r--r--include/user/syscall-trace.h2
1 files changed, 2 insertions, 0 deletions
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