summaryrefslogtreecommitdiff
path: root/mh/mh_getopt.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-04-26 11:56:44 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-04-26 11:56:44 +0000
commita4449fb22b15e0f5c505ff8d52a4ff672ec7c0c0 (patch)
tree8575d4326b8feabe46363755fbdec7ae2e14d674 /mh/mh_getopt.c
parent185ef5b0fb58eae887dd7ba18378dbaa79cf9f99 (diff)
downloadmailutils-a4449fb22b15e0f5c505ff8d52a4ff672ec7c0c0.tar.gz
mailutils-a4449fb22b15e0f5c505ff8d52a4ff672ec7c0c0.tar.bz2
Include <argp-namefrob.h>
Diffstat (limited to 'mh/mh_getopt.c')
-rw-r--r--mh/mh_getopt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mh/mh_getopt.c b/mh/mh_getopt.c
index ed0a3932f..4eb0b0224 100644
--- a/mh/mh_getopt.c
+++ b/mh/mh_getopt.c
@@ -1,5 +1,6 @@
/* 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;

Return to:

Send suggestions and report system problems to the System administrator.