diff options
Diffstat (limited to 'uri.c')
| -rw-r--r-- | uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uri.c b/uri.c index 138547b821..4238729b83 100644 --- a/uri.c +++ b/uri.c @@ -55,7 +55,7 @@ #include <string.h> #include <stdio.h> -#include "uri.h" +#include "qemu/uri.h" static void uri_clean(URI *uri); |