All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] bsd-user: add necessary includes to fix warnings
@ 2016-04-04 14:58 Ed Maste
  2016-04-04 15:58 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Ed Maste @ 2016-04-04 14:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Ed Maste

Signed-off-by: Ed Maste <emaste@freebsd.org>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] bsd-user: add necessary includes to fix warnings
  2016-04-04 14:58 [Qemu-devel] [PATCH] bsd-user: add necessary includes to fix warnings Ed Maste
@ 2016-04-04 15:58 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2016-04-04 15:58 UTC (permalink / raw)
  To: Ed Maste; +Cc: QEMU Trivial, QEMU Developers

On 4 April 2016 at 15:58, Ed Maste <emaste@freebsd.org> wrote:
> Signed-off-by: Ed Maste <emaste@freebsd.org>
> ---
>  bsd-user/syscall.c | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

-- PMM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-04 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-04 14:58 [Qemu-devel] [PATCH] bsd-user: add necessary includes to fix warnings Ed Maste
2016-04-04 15:58 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.