From fdae4e00953986c5de187b917ac2c9897dd4de57 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 19 Feb 2009 10:07:46 +0000 Subject: [PATCH] Add necessary header for ARCH_X86_64 preprocessor check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28664 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpudetect.h b/cpudetect.h index 3f91f05d1c..2cc99d47eb 100644 --- a/cpudetect.h +++ b/cpudetect.h @@ -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 -- 2.11.4.GIT