summaryrefslogtreecommitdiffstats
path: root/qemu/bsd-user/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/bsd-user/mmap.c')
-rw-r--r--qemu/bsd-user/mmap.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/qemu/bsd-user/mmap.c b/qemu/bsd-user/mmap.c
index 092bf7f89..6ab533470 100644
--- a/qemu/bsd-user/mmap.c
+++ b/qemu/bsd-user/mmap.c
@@ -16,12 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdlib.h>
-#include <stdio.h>
-#include <stdarg.h>
-#include <string.h>
-#include <unistd.h>
-#include <errno.h>
+#include "qemu/osdep.h"
#include <sys/mman.h>
#include "qemu.h"