X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargp-help.c;h=85def445ed495c7c91cfffa447a60749d94cdfc6;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=a126acb9bab2e4802c70851f334c9e679fb61f89;hpb=a4d796fb141dac5d85328872e2fefbd5c44870e1;p=gnulib.git diff --git a/lib/argp-help.c b/lib/argp-help.c index a126acb9b..85def445e 100644 --- a/lib/argp-help.c +++ b/lib/argp-help.c @@ -1,5 +1,5 @@ /* Hierarchical argument parsing help output - Copyright (C) 1995-2005, 2007, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 1995-2005, 2007, 2009-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include @@ -648,7 +649,7 @@ hol_find_entry (struct hol *hol, const char *name) return 0; } -/* If an entry with the long option NAME occurs in HOL, set it's special +/* If an entry with the long option NAME occurs in HOL, set its special sort position to GROUP. */ static void hol_set_group (struct hol *hol, const char *name, int group)