diff cpudetect.c @ 8123:9fc45fe0d444

*HUGE* set of compiler warning fixes, unused variables removal based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 06 Nov 2002 23:54:29 +0000
parents 53a0e8f92bbd
children 1b2fc92980d9
line wrap: on
line diff
--- a/cpudetect.c	Wed Nov 06 23:51:17 2002 +0000
+++ b/cpudetect.c	Wed Nov 06 23:54:29 2002 +0000
@@ -12,6 +12,7 @@
 #ifdef ARCH_X86
 
 #include <stdio.h>
+#include <string.h>
 
 #ifdef __FreeBSD__
 #include <sys/types.h>