From 4cc55695e8756ec7a8d9447856130cc7d1e67317 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 23 Feb 2005 16:02:21 +0000 Subject: Include errno.h --- include/mailutils/argp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 @@ /* 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 @@ -20,6 +20,7 @@ #include #include +#include /* May declare program_invocation_name */ #define MODE_INTERACTIVE 0 #define MODE_DAEMON 1 -- cgit v1.2.1