]> Git Repo - qemu.git/commitdiff
bsd-user: add necessary includes to fix warnings
authorEd Maste <[email protected]>
Mon, 4 Apr 2016 14:58:23 +0000 (10:58 -0400)
committerPeter Maydell <[email protected]>
Mon, 4 Apr 2016 15:17:18 +0000 (16:17 +0100)
Signed-off-by: Ed Maste <[email protected]>
Message-id: 1459781903[email protected]
Signed-off-by: Peter Maydell <[email protected]>
bsd-user/syscall.c

index 35f784cb6cd65f38ccf9c3499877456e484c4104..47cf865a3234eb366c833536bd56613d725e89ad 100644 (file)
@@ -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>
This page took 0.028112 seconds and 4 git commands to generate.