Move qemu_gettimeofday() to OS specific files

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Jes Sorensen 2010-10-26 10:39:23 +02:00 committed by Blue Swirl
parent 949d31e665
commit dc786bc910
10 changed files with 47 additions and 47 deletions

View file

@ -24,6 +24,7 @@
#include "qemu-common.h"
#include "qemu-option.h"
#include "osdep.h"
#include "sysemu.h"
#include "block_int.h"
#include <stdio.h>