diff options
Diffstat (limited to 'authz/base.c')
-rw-r--r-- | authz/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authz/base.c b/authz/base.c index 110dfa4195..baf39fff25 100644 --- a/authz/base.c +++ b/authz/base.c @@ -20,7 +20,7 @@ #include "qemu/osdep.h" #include "authz/base.h" -#include "authz/trace.h" +#include "trace.h" bool qauthz_is_allowed(QAuthZ *authz, const char *identity, |