diff --git a/neo/idlib/sys/sys_includes.h b/neo/idlib/sys/sys_includes.h index 3e9485d7..79c6d704 100644 --- a/neo/idlib/sys/sys_includes.h +++ b/neo/idlib/sys/sys_includes.h @@ -149,6 +149,9 @@ If you have questions concerning this license or the applicable additional terms // RB: added for missing uintptr_t with MinGW #include // RB end +// Yamagi: for ptrdiff_t on FreeBSD +#include +// Yamagi end //-----------------------------------------------------