From 89176cdcef0aaedbc960689bcebc516457bd3b61 Mon Sep 17 00:00:00 2001 From: pbrook Date: Wed, 5 Jul 2006 14:39:57 +0000 Subject: [PATCH] Don't include audio.h when building tools. --- vl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vl.h b/vl.h index 661e4fd5..8d6a4d95 100644 --- a/vl.h +++ b/vl.h @@ -37,7 +37,6 @@ #include #include #include -#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" -- 2.39.5