diff options
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/fnmatch.c | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index fb08217..3828968 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 19 13:01:42 1996 Ian Lance Taylor <ian@cygnus.com> + + * fnmatch.c: Include sysdep.h. + Mon Aug 19 11:28:29 1996 Michael Meissner <meissner@tiktok.cygnus.com> * genscripts.sh: Undo 8/16 change. diff --git a/ld/fnmatch.c b/ld/fnmatch.c index 11f896f..998c0c4 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 <config.h> instead of "config.h" so that a compilation |