diff options
Diffstat (limited to 'sim/common/cgen-run.c')
-rw-r--r-- | sim/common/cgen-run.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/common/cgen-run.c b/sim/common/cgen-run.c index 1458c4e..443b62a 100644 --- a/sim/common/cgen-run.c +++ b/sim/common/cgen-run.c @@ -33,6 +33,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ When the framework is more modular, this can be. */ +/* This must come before any other includes. */ +#include "defs.h" + #include "sim-main.h" #include "sim-assert.h" |