changeset 10497:47c0d11eb35b

EPIPE requires errno module.
author Bruno Haible <bruno@clisp.org>
date Sat, 27 Sep 2008 16:52:41 +0200
parents a9bac140b5fa
children 8bc209f25988
files ChangeLog modules/fwriteerror
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,7 @@
 2008-09-26  Bruno Haible  <bruno@clisp.org>
 
 	* lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
+	* modules/fwriteerror (Depends-on): Add errno.
 
 2008-09-26  Bruno Haible  <bruno@clisp.org>
 
--- a/modules/fwriteerror
+++ b/modules/fwriteerror
@@ -6,6 +6,7 @@
 lib/fwriteerror.c
 
 Depends-on:
+errno
 stdbool
 
 configure.ac: