diff options
| -rwxr-xr-x | backends/platform/PalmOS/Src/launcher/forms/formSelect.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/PalmOS/Src/launcher/forms/formSelect.cpp b/backends/platform/PalmOS/Src/launcher/forms/formSelect.cpp index 3955bd39d5..641d646bb2 100755 --- a/backends/platform/PalmOS/Src/launcher/forms/formSelect.cpp +++ b/backends/platform/PalmOS/Src/launcher/forms/formSelect.cpp @@ -28,7 +28,8 @@  #include "formUtil.h"  #include "games.h"  #include "start.h" -#include "common/util.h" + +#define ARRAYSIZE(x) ((int)(sizeof(x) / sizeof(x[0])))  static Char **items = NULL;  Int16 selectedEngine = -1;  | 
