Mercurial > sdl-ios-xcode
changeset 1359:1e4ba2e063b4
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 07:03:22 +0000 |
parents | c71e05b4dc2e |
children | 70a9cfb4cf1b |
files | include/Makefile.am src/video/fbcon/SDL_fbevents.c src/video/x11/SDL_x11events.c |
diffstat | 3 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/include/Makefile.am Fri Feb 10 06:48:43 2006 +0000 +++ b/include/Makefile.am Fri Feb 10 07:03:22 2006 +0000 @@ -29,8 +29,6 @@ SDL_quit.h \ SDL_rwops.h \ SDL_stdinc.h \ - SDL_stdlib.h \ - SDL_string.h \ SDL_syswm.h \ SDL_thread.h \ SDL_timer.h \
--- a/src/video/fbcon/SDL_fbevents.c Fri Feb 10 06:48:43 2006 +0000 +++ b/src/video/fbcon/SDL_fbevents.c Fri Feb 10 07:03:22 2006 +0000 @@ -39,6 +39,7 @@ #include <linux/kd.h> #include <linux/keyboard.h> +#include "SDL_timer.h" #include "SDL_mutex.h" #include "SDL_sysevents.h" #include "SDL_sysvideo.h"