summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,8 +1,8 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
@@ -17,12 +17,13 @@
#ifndef _MAILUTILS_ARGP_H
#define _MAILUTILS_ARGP_H
#include <mailutils/types.h>
#include <argp.h>
+#include <errno.h> /* May declare program_invocation_name */
#define MODE_INTERACTIVE 0
#define MODE_DAEMON 1
struct daemon_param {
int mode;

Return to:

Send suggestions and report system problems to the System administrator.