mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 22:20:59 +00:00
FreeBSD buildfix
This commit is contained in:
parent
73e00e021a
commit
139d95c563
@ -16,7 +16,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#if !defined(__FreeBSD__) || __FreeBSD__ < 5
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
@ -28,7 +30,9 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|
||||||
|
#ifndef __FreeBSD__
|
||||||
#include <asm/types.h>
|
#include <asm/types.h>
|
||||||
|
#endif
|
||||||
#include <linux/videodev2.h>
|
#include <linux/videodev2.h>
|
||||||
|
|
||||||
#include <memmap.h>
|
#include <memmap.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user