]> xenbits.xensource.com Git - qemu-xen-4.6-testing.git/commitdiff
merge from in qemu upstream: revised header organisation
authorIan Jackson <iwj@mariner.uk.xensource.com>
Tue, 6 May 2008 10:58:07 +0000 (11:58 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 12 May 2008 11:20:11 +0000 (12:20 +0100)
sdl.c

diff --git a/sdl.c b/sdl.c
index f3aa5e367cc03fd02b8880addae9cc5ef958df88..4d5761d3ddddc830f874d337660ab130e13285bb 100644 (file)
--- 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 <SDL.h>