diff options
Diffstat (limited to 'target-mips/mips-semi.c')
-rw-r--r-- | target-mips/mips-semi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/mips-semi.c b/target-mips/mips-semi.c index 5050940c20..ed235de99d 100644 --- a/target-mips/mips-semi.c +++ b/target-mips/mips-semi.c @@ -17,7 +17,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#include <sys/stat.h> +#include "qemu/osdep.h" #include "cpu.h" #include "exec/helper-proto.h" #include "exec/softmmu-semi.h" |