diff --git a/inc/version.h b/inc/version.h index 112c57b..fafcafe 100644 --- a/inc/version.h +++ b/inc/version.h @@ -11,6 +11,7 @@ /* */ /************************************************************************/ +#include #include "maiko/platform.h" /************************************************************************/ @@ -187,8 +188,8 @@ error Must specify RELEASE to build Medley. /* Set up defaults */ #define UNALIGNED_FETCH_OK -typedef unsigned long UNSIGNED; -typedef long INT; +typedef uintptr_t UNSIGNED; +typedef intptr_t INT;