From 70e64897becae1d35c11174772b1b25f4acb1b96 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 17 Jan 2013 14:24:26 +0100 Subject: [PATCH] Fixes PC build --- audio/utils.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/utils.c b/audio/utils.c index 2fbe475587..a0637a5382 100644 --- a/audio/utils.c +++ b/audio/utils.c @@ -13,8 +13,11 @@ * If not, see . */ +#include "../boolean.h" #include "utils.h" +#include "../general.h" + #if defined(__SSE2__) #include #elif defined(__ALTIVEC__)