diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-02-05 09:45:39 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:09 -0400 |
commit | 3f99cf5710d77ce218116d1b6bb9682c466bbde1 (patch) | |
tree | b03f11959ec3ad2d2e206965c02c16d7f7e2d9a6 /tools/virtiofsd/passthrough_ll.c | |
parent | 931049b46cb58a499a36d8a1d0ac3f7b334e0876 (diff) | |
download | qemu-3f99cf5710d77ce218116d1b6bb9682c466bbde1.zip qemu-3f99cf5710d77ce218116d1b6bb9682c466bbde1.tar.gz qemu-3f99cf5710d77ce218116d1b6bb9682c466bbde1.tar.bz2 |
tools/virtiofsd: convert to Meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/virtiofsd/passthrough_ll.c')
-rw-r--r-- | tools/virtiofsd/passthrough_ll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd/passthrough_ll.c index 94e0de2..63d1d00 100644 --- a/tools/virtiofsd/passthrough_ll.c +++ b/tools/virtiofsd/passthrough_ll.c @@ -65,7 +65,7 @@ #include <unistd.h> #include "passthrough_helpers.h" -#include "seccomp.h" +#include "passthrough_seccomp.h" /* Keep track of inode posix locks for each owner. */ struct lo_inode_plock { |