diff --git a/ps3/ps3_input.c b/ps3/ps3_input.c index a6c83f7716..72b91d1c40 100644 --- a/ps3/ps3_input.c +++ b/ps3/ps3_input.c @@ -24,8 +24,12 @@ #endif #ifdef HAVE_MOUSE +#ifdef __PSL1GHT__ +#include +#else #include #endif +#endif #ifndef __PSL1GHT__ #include @@ -34,8 +38,12 @@ #include #ifdef HAVE_OSKUTIL +#ifdef __PSL1GHT__ +#include +#else #include #endif +#endif #ifdef HAVE_SYSUTILS #include