diff --git a/alliance/src/rds/src/rut.h b/alliance/src/rds/src/rut.h index e1d14370..d3af5f94 100644 --- a/alliance/src/rds/src/rut.h +++ b/alliance/src/rds/src/rut.h @@ -13,6 +13,8 @@ # ifndef RUT_209_H # define RUT_209_H +#include + #ifndef __P # if defined(__STDC__) || defined(__GNUC__) # define __P(x) x @@ -163,8 +165,8 @@ typedef struct coord_t { - long X; - long Y; + int32_t X; + int32_t Y; } coord_t;