diff options
Diffstat (limited to 'sim/common/dv-cfi.c')
-rw-r--r-- | sim/common/dv-cfi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/common/dv-cfi.c b/sim/common/dv-cfi.c index b865227..02a2ced 100644 --- a/sim/common/dv-cfi.c +++ b/sim/common/dv-cfi.c @@ -22,7 +22,8 @@ /* TODO: support vendor query tables. */ -#include "config.h" +/* This must come before any other includes. */ +#include "defs.h" #include <math.h> #include <errno.h> |