[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-mailutils] cygwin related hopefully simple problem
From: |
Sergey Poznyakoff |
Subject: |
Re: [bug-mailutils] cygwin related hopefully simple problem |
Date: |
Fri, 28 Oct 2005 15:25:49 EEST |
djh <address@hidden> wrote:
> I am sending the config.log file attached to this e-mail.
Thank you. Please apply the following patch:
Index: examples/argcv.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/examples/argcv.c,v
retrieving revision 1.2
diff -p -u -r1.2 argcv.c
--- examples/argcv.c 26 Aug 2005 14:23:32 -0000 1.2
+++ examples/argcv.c 28 Oct 2005 12:22:40 -0000
@@ -16,6 +16,9 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301 USA */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Regards,
Sergey