From 84be4d71176e648dfed2424cc66bf277d3d2ce82 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 10 Jun 1999 21:35:13 +0000 Subject: [PATCH] * as.c: If HAVE_ITBL_CPU, include "itbl-ops.h". --- gas/as.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gas/as.c b/gas/as.c index 8bb0b8cf17..f27a3fe62c 100644 --- a/gas/as.c +++ b/gas/as.c @@ -44,7 +44,9 @@ #include "sb.h" #include "macro.h" -#ifndef HAVE_ITBL_CPU +#ifdef HAVE_ITBL_CPU +#include "itbl-ops.h" +#else #define itbl_parse(itbl_file) 1 #define itbl_init() #endif