Include stddef.h for ptrdiff_t on FreeBSD

This commit is contained in:
Yamagi Burmeister 2013-01-14 19:08:51 +01:00 committed by Daniel Gibson
parent f51688a470
commit 649577e9be

View file

@ -149,6 +149,9 @@ If you have questions concerning this license or the applicable additional terms
// RB: added <stdint.h> for missing uintptr_t with MinGW
#include <stdint.h>
// RB end
// Yamagi: <stddef.h> for ptrdiff_t on FreeBSD
#include <stddef.h>
// Yamagi end
//-----------------------------------------------------