diff --git a/main.c b/main.c index f54d4e1e..65ae2dea 100644 --- a/main.c +++ b/main.c @@ -28,7 +28,11 @@ #include #include #include -#include + +// There is no WM on the GP2X... +#ifndef __GP2X__ + #include +#endif #include "const.h" #include "struct.h"