diff src/video/xbios/SDL_xbios_milan.c @ 4197:1bf6585720e9 SDL-1.2

Use loop to allocate needed buffers, instead of code duplication. Add missing header.
author Patrice Mandin <patmandin@gmail.com>
date Sat, 19 Sep 2009 21:58:59 +0000
parents 89c7562eae9b
children 6405314a7c07
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios_milan.c	Sat Sep 19 13:31:41 2009 +0000
+++ b/src/video/xbios/SDL_xbios_milan.c	Sat Sep 19 21:58:59 2009 +0000
@@ -28,6 +28,7 @@
 */
 
 #include <mint/cookie.h>
+#include <mint/falcon.h>
 
 #include "SDL_xbios.h"
 #include "SDL_xbios_milan.h"