diff --git a/src/h/object.h b/src/h/object.h index ed2e586f9..002184db4 100644 --- a/src/h/object.h +++ b/src/h/object.h @@ -747,7 +747,7 @@ enum ecl_ffi_tag { ECL_FFI_UNSIGNED_INT, ECL_FFI_LONG, ECL_FFI_UNSIGNED_LONG, -#ifdef ecl_uint16_t +#ifdef ecl_uint8_t ECL_FFI_INT8_T, ECL_FFI_UINT8_T, #endif