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));