FreeBSD build fix
This commit is contained in:
parent
09e485dcad
commit
6d964a523f
|
@ -10,6 +10,9 @@
|
|||
#ifndef __LIBRETRO__
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if defined (BSD) || defined (__NetBSD__)
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#if defined(__APPLE__) || defined (BSD) || defined (__NetBSD__)
|
||||
typedef off_t __off64_t; /* off_t is 64 bits on BSD. */
|
||||
#define fseeko64 fseeko
|
||||
|
|
Loading…
Reference in New Issue