Commit 963b18d7 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401363
parent 684909fa
......@@ -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 \
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment