diff options
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 |