diff options
Diffstat (limited to 'sim/erc32/erc32.c')
-rw-r--r-- | sim/erc32/erc32.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/erc32/erc32.c b/sim/erc32/erc32.c index a93b62b..747ac78 100644 --- a/sim/erc32/erc32.c +++ b/sim/erc32/erc32.c @@ -18,7 +18,9 @@ /* The control space devices */ -#include "config.h" +/* This must come before any other includes. */ +#include "defs.h" + #include <sys/types.h> #include <stdio.h> #include <string.h> |