Unbreak build when FC_ARCHITECTURE is defined

This commit is contained in:
Behdad Esfahbod 2012-12-31 17:00:19 -06:00
parent 1fbb0b3b15
commit a603be89cd
1 changed files with 2 additions and 2 deletions

View File

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