diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 78253117f..0f7564f9f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2001-12-30 Christopher Faylor + + * include/getopt.h: Fix define. + 2001-12-30 Christopher Faylor Ralf Habacker diff --git a/winsup/cygwin/include/getopt.h b/winsup/cygwin/include/getopt.h index 7cbefbbb2..6b6f643b7 100644 --- a/winsup/cygwin/include/getopt.h +++ b/winsup/cygwin/include/getopt.h @@ -69,7 +69,7 @@ struct option { int getopt_long (int, char *const *, const char *, const struct option *, int *); #ifndef HAVE_DECL_GETOPT -#define HAVE_DECL_GETOPT 0 +#define HAVE_DECL_GETOPT 1 #endif #define no_argument 0