# HG changeset patch # User Sam Lantinga # Date 1139555002 0 # Node ID 1e4ba2e063b4edf88e63d7b9962cb514fa0ba05b # Parent c71e05b4dc2e823f75938dca308919eff2a94bbc *** empty log message *** diff -r c71e05b4dc2e -r 1e4ba2e063b4 include/Makefile.am --- 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 \ diff -r c71e05b4dc2e -r 1e4ba2e063b4 src/video/fbcon/SDL_fbevents.c --- 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 #include +#include "SDL_timer.h" #include "SDL_mutex.h" #include "SDL_sysevents.h" #include "SDL_sysvideo.h" diff -r c71e05b4dc2e -r 1e4ba2e063b4 src/video/x11/SDL_x11events.c --- a/src/video/x11/SDL_x11events.c Fri Feb 10 06:48:43 2006 +0000 +++ b/src/video/x11/SDL_x11events.c Fri Feb 10 07:03:22 2006 +0000 @@ -33,6 +33,7 @@ #include #include +#include "SDL_timer.h" #include "SDL_syswm.h" #include "SDL_sysevents.h" #include "SDL_sysvideo.h"