diff options
Diffstat (limited to 'sim/m32c/opc2c.c')
-rw-r--r-- | sim/m32c/opc2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32c/opc2c.c b/sim/m32c/opc2c.c index 113e390..1b2b133 100644 --- a/sim/m32c/opc2c.c +++ b/sim/m32c/opc2c.c @@ -19,7 +19,7 @@ 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 "gnulib/config.h" #include <stdio.h> #include <string.h> |