Remove unnecessary prefix on SDL_syswm.h. This fixes the build for certain

installs of SDL.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6780 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
aliguori 2009-03-08 15:04:07 +00:00
parent e63d7abdde
commit c9985aa836

2
sdl.c
View file

@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include <SDL.h>
#include <SDL/SDL_syswm.h>
#include <SDL_syswm.h>
#ifndef _WIN32
#include <signal.h>