diff options
Diffstat (limited to 'sdl.c')
| -rw-r--r-- | sdl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c index cac1a03655..edd173e06c 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 <SDL.h> |