aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-07-05 14:39:57 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-07-05 14:39:57 +0000
commit4f2092904d80257dfc9be7569cdf58ffbe0182a8 (patch)
tree419f53d2e66d258cdcc04928e46faea4b1b8ac9a
parentd929eba5d47f097302779d55427712c3ceb931ad (diff)
Don't include audio.h when building tools.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2043 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--vl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.h b/vl.h
index 661e4fd5e6..8d6a4d95a6 100644
--- 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"