diff options
Diffstat (limited to 'bsd-user/syscall.c')
-rw-r--r-- | bsd-user/syscall.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c index a4d1583fed..35f784cb6c 100644 --- a/bsd-user/syscall.c +++ b/bsd-user/syscall.c @@ -16,17 +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 <stdint.h> -#include <stdarg.h> -#include <string.h> -#include <errno.h> -#include <unistd.h> -#include <fcntl.h> -#include <time.h> -#include <limits.h> -#include <sys/types.h> +#include "qemu/osdep.h" #include <sys/mman.h> #include <sys/syscall.h> #include <sys/param.h> |