diff options
Diffstat (limited to 'sim/m68hc11/gencode.c')
-rw-r--r-- | sim/m68hc11/gencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m68hc11/gencode.c b/sim/m68hc11/gencode.c index 4e50770..4862a6d 100644 --- a/sim/m68hc11/gencode.c +++ b/sim/m68hc11/gencode.c @@ -18,7 +18,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 <stdlib.h> |