Include config.h when compiled as host tool.

This commit is contained in:
bouyer 2002-03-24 19:19:29 +00:00
parent e029d91358
commit a9be20933e
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: elf2ecoff.c,v 1.18 2002/03/23 17:44:52 bouyer Exp $ */
/* $NetBSD: elf2ecoff.c,v 1.19 2002/03/24 19:19:29 bouyer Exp $ */
/*
* Copyright (c) 1997 Jonathan Stone
@ -49,6 +49,10 @@
#include <string.h>
#include <limits.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define ISLAST(p) (p->n_un.n_name == 0 || p->n_un.n_name[0] == 0)