diff options
Diffstat (limited to 'sim/cr16/simops.c')
-rw-r--r-- | sim/cr16/simops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/cr16/simops.c b/sim/cr16/simops.c index ca96dd0..b383dfa 100644 --- a/sim/cr16/simops.c +++ b/sim/cr16/simops.c @@ -17,8 +17,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/>. */ - -#include "config.h" +/* This must come before any other includes. */ +#include "defs.h" #include <signal.h> #include <errno.h> |