changeset 28629:b089d639e810

Add necessary header for ARCH_X86_64 preprocessor check.
author diego
date Thu, 19 Feb 2009 10:07:46 +0000
parents a7b4da3584ca
children acadba04afaf
files cpudetect.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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