From 0bbfaf91f0cacb394525021993c4365fc28b013b Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Wed, 14 Nov 2001 03:56:53 +0000 Subject: [PATCH] #include pstypes.h --- arch/sdl/joydefs.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/sdl/joydefs.c b/arch/sdl/joydefs.c index d49fd5d3..44a2b801 100644 --- a/arch/sdl/joydefs.c +++ b/arch/sdl/joydefs.c @@ -1,12 +1,15 @@ /* * $Source: /cvs/cvsroot/d2x/arch/sdl/joydefs.c,v $ - * $Revision: 1.2 $ + * $Revision: 1.3 $ * $Author: bradleyb $ - * $Date: 2001-11-14 03:29:39 $ + * $Date: 2001-11-14 03:56:53 $ * * SDL joystick support * * $Log: not supported by cvs2svn $ + * Revision 1.2 2001/11/14 03:29:39 bradleyb + * copied joydefs_config from linux/joydefs.c - controls menu now works + * * Revision 1.1 2001/10/24 09:25:05 bradleyb * Moved input stuff to arch subdirs, as in d1x. * @@ -21,6 +24,7 @@ #endif #include "joydefs.h" +#include "pstypes.h" #include "newmenu.h" #include "config.h" #include "text.h" -- 2.39.2