Unbreak build when FC_ARCHITECTURE is defined
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 31 Dec 2012 23:00:19 +0000 (17:00 -0600)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 31 Dec 2012 23:00:19 +0000 (17:00 -0600)
src/fcarch.c

index 8e6a8c4..545967f 100644 (file)
 #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));