*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401363
This commit is contained in:
Sam Lantinga 2006-02-10 07:03:22 +00:00
parent 684909fae2
commit 963b18d7ec
3 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,6 @@ libSDLinclude_HEADERS = \
SDL_quit.h \
SDL_rwops.h \
SDL_stdinc.h \
SDL_stdlib.h \
SDL_string.h \
SDL_syswm.h \
SDL_thread.h \
SDL_timer.h \

View File

@ -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"

View File

@ -33,6 +33,7 @@
#include <sys/time.h>
#include <unistd.h>
#include "SDL_timer.h"
#include "SDL_syswm.h"
#include "SDL_sysevents.h"
#include "SDL_sysvideo.h"