qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Removed header qemu-common.h from path.c


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH] Removed header qemu-common.h from path.c
Date: Thu, 02 Mar 2017 07:53:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Copying <address@hidden>.

Suramya Shah <address@hidden> writes:

> Signed-off-by: Suramya Shah <address@hidden>
> ---
>  util/path.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/util/path.c b/util/path.c
> index 5479f76..46a6098 100644
> --- a/util/path.c
> +++ b/util/path.c
> @@ -6,8 +6,7 @@
>  #include "qemu/osdep.h"
>  #include <sys/param.h>
>  #include <dirent.h>
> -#include "qemu-common.h"
> -#include "qemu/cutils.h"
> +:#include "qemu/cutils.h"
>  #include "qemu/path.h"
>  
>  struct pathelem

I doubt this will compile.  Perhaps the trivial maintainers are willing
to repair it for you.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]