diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h index b75f27f13b6..28c3af43406 100644 --- a/gcc/config/i386/sco.h +++ b/gcc/config/i386/sco.h @@ -30,6 +30,9 @@ our own exit function. */ #define HAVE_ATEXIT +/* Specify the size_t type. */ +#define SIZE_TYPE "unsigned int" + #if 0 /* Not yet certain whether this is needed. */ /* If no 387, use the general regs to return floating values, since this system does not emulate the 80387. */