qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PATCH] bsd-user: add necessary includes to fix warnings


From: Ed Maste
Subject: [Qemu-trivial] [PATCH] bsd-user: add necessary includes to fix warnings
Date: Mon, 4 Apr 2016 10:58:23 -0400

Signed-off-by: Ed Maste <address@hidden>
---
 bsd-user/syscall.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c
index 35f784c..47cf865 100644
--- a/bsd-user/syscall.c
+++ b/bsd-user/syscall.c
@@ -17,6 +17,8 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 #include "qemu/osdep.h"
+#include "qemu/cutils.h"
+#include "qemu/path.h"
 #include <sys/mman.h>
 #include <sys/syscall.h>
 #include <sys/param.h>
-- 
2.4.6




reply via email to

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