Include getopt.h
authorNick Clifton <nickc@redhat.com>
Thu, 2 Mar 2000 18:37:14 +0000 (18:37 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 2 Mar 2000 18:37:14 +0000 (18:37 +0000)
ld/ChangeLog
ld/emulparams/elf32mcore.sh

index d1abc98..11d9cff 100644 (file)
@@ -1,3 +1,7 @@
+2000-03-02  H.J. Lu  <hjl@gnu.org>
+
+       * emulparams/elf32mcore.sh: Include "getopt.h".
+
 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
 
        * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
index 7769e12..b1f7b8c 100644 (file)
@@ -37,6 +37,8 @@ PARSE_AND_LIST_ARGS='
 
 #define OPTION_BASE_FILE               300
 
+#include "getopt.h"
+
 static struct option longopts[] =
 {
   {"base-file", required_argument, NULL, OPTION_BASE_FILE},