diff mbox

bsd-user: add necessary includes to fix warnings

Message ID 1459781903-64465-1-git-send-email-emaste@freebsd.org (mailing list archive)
State New, archived
Headers show

Commit Message

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

Comments

Peter Maydell April 4, 2016, 3:58 p.m. UTC | #1
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
diff mbox

Patch

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>