From a603be89cd13555d5992836531c5ef2ba88b8473 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 31 Dec 2012 17:00:19 -0600 Subject: [PATCH] Unbreak build when FC_ARCHITECTURE is defined --- src/fcarch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fcarch.c b/src/fcarch.c index 8e6a8c4..545967f 100644 --- a/src/fcarch.c +++ b/src/fcarch.c @@ -27,14 +27,14 @@ #include #endif +#include "fcint.h" + /* If architecture is hardcoded, skip the assert tests */ #ifndef FC_ARCHITECTURE /* Make sure the cache structure is consistent with what we expect */ -#include "fcint.h" - #include "fcarch.h" FC_ASSERT_STATIC (1 == sizeof (char));