From fd287596f9704487433ea8dbb1063aa9a40e6d0c Mon Sep 17 00:00:00 2001 From: conrad Date: Sat, 12 Apr 2008 08:36:58 +0000 Subject: [PATCH] re-include cpu.h in cpu.c (which in turn includes internal.h, and config.h). Was removed in r14714 git-svn-id: http://svn.xiph.org/trunk@14718 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- theora/lib/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theora/lib/cpu.c b/theora/lib/cpu.c index fd8f2c4a7..a96551ec0 100644 --- a/theora/lib/cpu.c +++ b/theora/lib/cpu.c @@ -18,6 +18,8 @@ ********************************************************************/ +#include "cpu.h" + #if !defined(USE_ASM) ogg_uint32_t oc_cpu_flags_get(void){ -- 2.11.4.GIT