From 34875e6487738a81c2b09979b804556bc8ea885b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 4 Apr 2005 11:27:16 +0000 Subject: Add a check for providing a prototype for getopt() which is compatible with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT. --- ld/ldemul.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/ldemul.c') diff --git a/ld/ldemul.c b/ld/ldemul.c index b935e0a..45869d8 100644 --- a/ld/ldemul.c +++ b/ld/ldemul.c @@ -20,6 +20,7 @@ along with GLD; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include "bfd.h" #include "sysdep.h" #include "getopt.h" -- cgit v1.1