summaryrefslogtreecommitdiff
path: root/ld/emulparams/elf32mcore.sh
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-03-02 18:37:14 +0000
committerNick Clifton <nickc@redhat.com>2000-03-02 18:37:14 +0000
commitf9bc20e78dc3b6f0ea8371695b9af3b1528e2b21 (patch)
tree1c35afaffcc8a0adec6142178515e853d880bc52 /ld/emulparams/elf32mcore.sh
parenta3027dd7480cbc4d681fa75bcd3ca2cabc6022a4 (diff)
downloadbinutils-gdb-f9bc20e78dc3b6f0ea8371695b9af3b1528e2b21.tar.gz
Include getopt.h
Diffstat (limited to 'ld/emulparams/elf32mcore.sh')
-rw-r--r--ld/emulparams/elf32mcore.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emulparams/elf32mcore.sh b/ld/emulparams/elf32mcore.sh
index 7769e1232a6..b1f7b8c0f9e 100644
--- a/ld/emulparams/elf32mcore.sh
+++ b/ld/emulparams/elf32mcore.sh
@@ -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},