mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-15 17:09:31 -07:00
Don't include audio.h when building tools.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2043 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d929eba5d4
commit
4f2092904d
1 changed files with 1 additions and 1 deletions
2
vl.h
2
vl.h
|
|
@ -37,7 +37,6 @@
|
|||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include "audio/audio.h"
|
||||
|
||||
#ifndef O_LARGEFILE
|
||||
#define O_LARGEFILE 0
|
||||
|
|
@ -78,6 +77,7 @@ static inline char *realpath(const char *path, char *resolved_path)
|
|||
|
||||
#else
|
||||
|
||||
#include "audio/audio.h"
|
||||
#include "cpu.h"
|
||||
#include "gdbstub.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue