Commit a4449fb2 a4449fb22b15e0f5c505ff8d52a4ff672ec7c0c0 by Sergey Poznyakoff

Include <argp-namefrob.h>

1 parent 185ef5b0
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005,
3 2006 Free Software Foundation, Inc.
3 4
4 GNU Mailutils is free software; you can redistribute it and/or modify 5 GNU Mailutils is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
...@@ -56,6 +57,7 @@ ...@@ -56,6 +57,7 @@
56 #include <mu_asprintf.h> 57 #include <mu_asprintf.h>
57 #include <mu_umaxtostr.h> 58 #include <mu_umaxtostr.h>
58 #include <getline.h> 59 #include <getline.h>
60 #include <argp-namefrob.h> /* Declarations of program_invocation_.*name */
59 61
60 #if !HAVE_DECL_STRCHRNUL 62 #if !HAVE_DECL_STRCHRNUL
61 extern char *strchrnul (const char *s, int c_in); 63 extern char *strchrnul (const char *s, int c_in);
......
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005,
3 2006 Free Software Foundation, Inc.
3 4
4 GNU Mailutils is free software; you can redistribute it and/or modify 5 GNU Mailutils is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
...@@ -27,6 +28,7 @@ ...@@ -27,6 +28,7 @@
27 #include <string.h> 28 #include <string.h>
28 #include <mh_getopt.h> 29 #include <mh_getopt.h>
29 #include <mu_asprintf.h> 30 #include <mu_asprintf.h>
31 #include <argp-namefrob.h> /* Declarations of program_invocation_.*name */
30 32
31 static int mh_optind = 1; 33 static int mh_optind = 1;
32 static char *mh_optarg; 34 static char *mh_optarg;
......