Include getopt.h

This commit is contained in:
Nick Clifton 2000-03-02 18:37:14 +00:00
parent a3027dd748
commit f9bc20e78d
2 changed files with 6 additions and 0 deletions

View 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.

View 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},