summaryrefslogtreecommitdiff
path: root/Source/Core/Common/x64CPUDetect.cpp
diff options
context:
space:
mode:
authorFlorent Castelli <florent.castelli@gmail.com>2017-01-24 02:44:10 +0100
committerFlorent Castelli <florent.castelli@gmail.com>2017-01-24 03:31:51 +0100
commita7bf9271b5b213e50ea6d3d95265388373f99d26 (patch)
tree092916847b7815e25de01b26932a1fef2a14699c /Source/Core/Common/x64CPUDetect.cpp
parentc649bf104b486202b092dd316f6e6677ddf87ea3 (diff)
Fix missing includes
Diffstat (limited to 'Source/Core/Common/x64CPUDetect.cpp')
-rw-r--r--Source/Core/Common/x64CPUDetect.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/x64CPUDetect.cpp b/Source/Core/Common/x64CPUDetect.cpp
index b35a91b50e..5e655b1850 100644
--- a/Source/Core/Common/x64CPUDetect.cpp
+++ b/Source/Core/Common/x64CPUDetect.cpp
@@ -12,6 +12,8 @@
#ifndef _WIN32
#ifdef __FreeBSD__
+#include <unistd.h>
+
#include <machine/cpufunc.h>
#include <sys/types.h>
#endif