summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-23 16:02:21 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-23 16:02:21 +0000
commit4cc55695e8756ec7a8d9447856130cc7d1e67317 (patch)
tree0c5239ffbafeb43efb645e0f534cb58f874783a2 /include
parenta0cad4991408f9b426a92d5ef3da2e1678f70315 (diff)
downloadmailutils-4cc55695e8756ec7a8d9447856130cc7d1e67317.tar.gz
mailutils-4cc55695e8756ec7a8d9447856130cc7d1e67317.tar.bz2
Include errno.h
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/argp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mailutils/argp.h b/include/mailutils/argp.h
index 2f04393bc..3bef63eac 100644
--- a/include/mailutils/argp.h
+++ b/include/mailutils/argp.h
@@ -1,5 +1,5 @@
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, 2004 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
3 3
4 This library is free software; you can redistribute it and/or 4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 5 modify it under the terms of the GNU Lesser General Public
@@ -20,6 +20,7 @@
20 20
21#include <mailutils/types.h> 21#include <mailutils/types.h>
22#include <argp.h> 22#include <argp.h>
23#include <errno.h> /* May declare program_invocation_name */
23 24
24#define MODE_INTERACTIVE 0 25#define MODE_INTERACTIVE 0
25#define MODE_DAEMON 1 26#define MODE_DAEMON 1

Return to:

Send suggestions and report system problems to the System administrator.