summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 6ed4015a10..cf466fb400 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -12,6 +12,7 @@ CpuCaps gCpuCaps;
#ifdef ARCH_X86
#include <stdio.h>
+#include <string.h>
#ifdef __FreeBSD__
#include <sys/types.h>