diff options
Diffstat (limited to 'sim/m32c/mem.c')
-rw-r--r-- | sim/m32c/mem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/m32c/mem.c b/sim/m32c/mem.c index 4baf71f..243b7c4 100644 --- a/sim/m32c/mem.c +++ b/sim/m32c/mem.c @@ -18,8 +18,9 @@ GNU General Public License for more details. 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 "config.h" #include <errno.h> #include <stdio.h> #include <stdlib.h> |