qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PATCH] Removed header qemu-common.h from path.c


From: Suramya Shah
Subject: [Qemu-trivial] [PATCH] Removed header qemu-common.h from path.c
Date: Thu, 2 Mar 2017 16:17:50 +0530

Signed-off-by: Suramya Shah <address@hidden>
---
 util/path.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/path.c b/util/path.c
index 46a6098..7f9fc27 100644
--- a/util/path.c
+++ b/util/path.c
@@ -6,7 +6,7 @@
 #include "qemu/osdep.h"
 #include <sys/param.h>
 #include <dirent.h>
-:#include "qemu/cutils.h"
+#include "qemu/cutils.h"
 #include "qemu/path.h"
 
 struct pathelem
-- 
2.9.3




reply via email to

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