diff options
-rw-r--r-- | src/fcarch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fcarch.c b/src/fcarch.c index 8e6a8c4e..545967ff 100644 --- a/src/fcarch.c +++ b/src/fcarch.c @@ -27,14 +27,14 @@ #include <config.h> #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)); |