mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 08:51:57 +00:00
Include stddef.h for ptrdiff_t on FreeBSD
This commit is contained in:
parent
f51688a470
commit
649577e9be
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
//-----------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue