From 6916c6c7dfc9eafa2a1e2ca59410994979f66acc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 May 2008 11:58:07 +0100 Subject: [PATCH] merge from in qemu upstream: revised header organisation --- sdl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdl.c b/sdl.c index f3aa5e36..4d5761d3 100644 --- a/sdl.c +++ b/sdl.c @@ -21,7 +21,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" +#include "qemu-common.h" +#include "console.h" +#include "sysemu.h" #include -- 2.39.5