From 649577e9be4c75b22eecb0cd7038b813c3d18ccb Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Mon, 14 Jan 2013 19:08:51 +0100 Subject: [PATCH] Include stddef.h for ptrdiff_t on FreeBSD --- neo/idlib/sys/sys_includes.h | 3 +++ 1 file changed, 3 insertions(+) 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 //-----------------------------------------------------