diff src/video/svga/SDL_svgaevents.c @ 75:b0ae59d0f3ee

Added patches from FreeBSD ports
author Sam Lantinga <slouken@lokigames.com>
date Tue, 19 Jun 2001 13:33:54 +0000
parents 74212992fb08
children e8157fcb3114
line wrap: on
line diff
--- a/src/video/svga/SDL_svgaevents.c	Sat Jun 16 06:47:45 2001 +0000
+++ b/src/video/svga/SDL_svgaevents.c	Tue Jun 19 13:33:54 2001 +0000
@@ -28,6 +28,7 @@
 /* Handle the event stream, converting X11 events into SDL events */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <vga.h>
 #include <vgamouse.h>