Commit a4449fb2 a4449fb22b15e0f5c505ff8d52a4ff672ec7c0c0 by Sergey Poznyakoff

Include <argp-namefrob.h>

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