mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Fix missing includes
This commit is contained in:
parent
c649bf104b
commit
a7bf9271b5
4 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#ifndef _WIN32
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <unistd.h>
|
||||
|
||||
#include <machine/cpufunc.h>
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue