projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d929eba
)
Don't include audio.h when building tools.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 5 Jul 2006 14:39:57 +0000
(14:39 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 5 Jul 2006 14:39:57 +0000
(14:39 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2043
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.h
patch
|
blob
|
history
diff --git
a/vl.h
b/vl.h
index 661e4fd5e69b6b6b4f7c66143e24f5b94077427b..8d6a4d95a6b9693d69f91cbf7aba0f884728a664 100644
(file)
--- a/
vl.h
+++ b/
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"