Fix SDL include path.
authorStefan Weil <weil@mail.berlios.de>
Sat, 13 Jun 2009 11:19:11 +0000 (13:19 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Sun, 14 Jun 2009 00:17:11 +0000 (19:17 -0500)
commit8883a9b604777b99e7a58c68cad6f73ab05378a3
treede174234270e238eceea0ce8720e2255022baba3
parent1810dcd1fad72fdaa284a6f22f012b26e48b341f
Fix SDL include path.

SDL header files can be included in two different ways:

* like this: #include <SDL/SDL.h>
* like this: #include <SDL.h>

The 1st alternative is simple and works in many cases.

The 2nd alternative needs sdl-config to get the
correct compiler flags. It is the recommended way
to write SDL includes and standard for QEMU.

The patch fixes two non-standard SDL includes.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/baum.c
vl.c