diff options
Diffstat (limited to 'sim/cris/dv-rv.c')
-rw-r--r-- | sim/cris/dv-rv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/cris/dv-rv.c b/sim/cris/dv-rv.c index cef164b..310155c 100644 --- a/sim/cris/dv-rv.c +++ b/sim/cris/dv-rv.c @@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +/* This must come before any other includes. */ +#include "defs.h" #include "sim-main.h" #include "hw-main.h" |