From 414c7ba41823253e495bc2a5b91eefa9cc1c4ddb Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 6 Jun 2009 20:47:54 +0000 Subject: [PATCH] gp2x build fix. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@841 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- main.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"