diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-19 20:02:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-19 20:02:42 +0000 |
commit | 8b5b6ebd1f5e360af2cd732493f649d4dddf4c92 (patch) | |
tree | 9a2fb3622b8bd3cff602fa0f065735dbb640fbed /ld/fnmatch.c | |
parent | 1252987a6759e1202795525793a63488a00d109b (diff) | |
download | gdb-8b5b6ebd1f5e360af2cd732493f649d4dddf4c92.zip gdb-8b5b6ebd1f5e360af2cd732493f649d4dddf4c92.tar.gz gdb-8b5b6ebd1f5e360af2cd732493f649d4dddf4c92.tar.bz2 |
* fnmatch.c: Include sysdep.h.
Diffstat (limited to 'ld/fnmatch.c')
-rw-r--r-- | ld/fnmatch.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |