From 8b5b6ebd1f5e360af2cd732493f649d4dddf4c92 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 19 Aug 1996 20:02:42 +0000 Subject: [PATCH] * fnmatch.c: Include sysdep.h. --- ld/ChangeLog | 4 ++++ ld/fnmatch.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index fb082175e45..38289685428 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 19 13:01:42 1996 Ian Lance Taylor + + * fnmatch.c: Include sysdep.h. + Mon Aug 19 11:28:29 1996 Michael Meissner * genscripts.sh: Undo 8/16 change. diff --git a/ld/fnmatch.c b/ld/fnmatch.c index 11f896f694d..998c0c4582f 100644 --- a/ld/fnmatch.c +++ b/ld/fnmatch.c @@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* Modified for GNU ld to include sysdep.h. */ +#include "sysdep.h" + #ifdef HAVE_CONFIG_H #if defined (CONFIG_BROKETS) /* We use instead of "config.h" so that a compilation -- 2.30.2