From 2cffa772322a6c8baec7935e8bc7914a21d63fcd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 14 Feb 2019 03:12:46 +0100 Subject: [PATCH] libtextstyle: Fix build failure on mingw. * gnulib-local/modules/html-styled-ostream (Depends-on): Add 'close'. --- gnulib-local/modules/html-styled-ostream | 1 + libtextstyle/.gitignore | 3 +++ 2 files changed, 4 insertions(+) diff --git a/gnulib-local/modules/html-styled-ostream b/gnulib-local/modules/html-styled-ostream index 7be0c0aef..5012e0d8b 100644 --- a/gnulib-local/modules/html-styled-ostream +++ b/gnulib-local/modules/html-styled-ostream @@ -15,6 +15,7 @@ safe-read stdlib xalloc gettext-h +close configure.ac: diff --git a/libtextstyle/.gitignore b/libtextstyle/.gitignore index 8e9c60fa7..3aee04ae7 100644 --- a/libtextstyle/.gitignore +++ b/libtextstyle/.gitignore @@ -31,6 +31,7 @@ /lib/c-strcase.h /lib/c-strcasecmp.c /lib/c-strncasecmp.c +/lib/close.c /lib/concat-filename.c /lib/concat-filename.h /lib/dirname.h @@ -44,6 +45,8 @@ /lib/fatal-signal.c /lib/fatal-signal.h /lib/fcntl.in.h +/lib/fd-hook.c +/lib/fd-hook.h /lib/fd-ostream.oo.c /lib/fd-ostream.oo.h /lib/fd-styled-ostream.oo.c -- 2.47.2