mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
softmmu: move include files to include/sysemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1de7afc984
commit
9c17d615a6
296 changed files with 421 additions and 421 deletions
|
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
#include <stdio.h>
|
||||
#include <seccomp.h>
|
||||
#include "qemu-seccomp.h"
|
||||
#include "sysemu/seccomp.h"
|
||||
|
||||
struct QemuSeccompSyscall {
|
||||
int32_t num;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue