diff options
Diffstat (limited to 'sim/igen/ld-decode.c')
-rw-r--r-- | sim/igen/ld-decode.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/igen/ld-decode.c b/sim/igen/ld-decode.c index 6edd7c8..ad0e64f5 100644 --- a/sim/igen/ld-decode.c +++ b/sim/igen/ld-decode.c @@ -19,9 +19,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - /* load the opcode stat structure */ +/* This must come before any other includes. */ +#include "gnulib/config.h" + #include "misc.h" #include "lf.h" #include "table.h" |