diff cpudetect.h @ 28629:b089d639e810

Add necessary header for ARCH_X86_64 preprocessor check.
author diego
date Thu, 19 Feb 2009 10:07:46 +0000
parents 3ec634fbcd27
children e1b7d9bf263b
line wrap: on
line diff
--- a/cpudetect.h	Thu Feb 19 10:06:43 2009 +0000
+++ b/cpudetect.h	Thu Feb 19 10:07:46 2009 +0000
@@ -1,6 +1,8 @@
 #ifndef MPLAYER_CPUDETECT_H
 #define MPLAYER_CPUDETECT_H
 
+#include "config.h"
+
 #define CPUTYPE_I386	3
 #define CPUTYPE_I486	4
 #define CPUTYPE_I586	5