diff options
Diffstat (limited to 'system/qemu-seccomp.c')
-rw-r--r-- | system/qemu-seccomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/qemu-seccomp.c b/system/qemu-seccomp.c index 71ac444..f8e1238 100644 --- a/system/qemu-seccomp.c +++ b/system/qemu-seccomp.c @@ -20,7 +20,7 @@ #include "qemu/module.h" #include <sys/prctl.h> #include <seccomp.h> -#include "sysemu/seccomp.h" +#include "system/seccomp.h" #include <linux/seccomp.h> /* For some architectures (notably ARM) cacheflush is not supported until |