summaryrefslogtreecommitdiff
path: root/mh/mh_getopt.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-03 11:32:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-03 11:32:59 +0000
commit4d8886de396c88f2d35cb55d0d7f059d9a76938e (patch)
tree9d6181a07cf3c517f3089c11fe4655c4885e1ee2 /mh/mh_getopt.c
parent97d06b2f50b74e40875b27608a82b03efb140524 (diff)
downloadmailutils-4d8886de396c88f2d35cb55d0d7f059d9a76938e.tar.gz
mailutils-4d8886de396c88f2d35cb55d0d7f059d9a76938e.tar.bz2
Added missing includes.
Diffstat (limited to 'mh/mh_getopt.c')
-rw-r--r--mh/mh_getopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mh/mh_getopt.c b/mh/mh_getopt.c
index 65b8ac9e6..cf64767ba 100644
--- a/mh/mh_getopt.c
+++ b/mh/mh_getopt.c
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <mh_getopt.h>
+#include <mu_asprintf.h>
static int mh_optind = 1;
static char *mh_optarg;

Return to:

Send suggestions and report system problems to the System administrator.