From d1e3faec625b1293693b12d685714cd070bb6403 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 23 Apr 2007 12:49:50 +0000 Subject: [PATCH] * lib/fflush.c: Fix missing include. Reported by Bruno Haible. --- ChangeLog | 5 +++++ lib/fflush.c | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f5a0210c5..0c552c2ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-23 Eric Blake + + * lib/fflush.c: Fix missing include. + Reported by Bruno Haible. + 2007-04-23 Bruno Haible * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer. diff --git a/lib/fflush.c b/lib/fflush.c index 8c902f80d..7481e6691 100755 --- a/lib/fflush.c +++ b/lib/fflush.c @@ -18,9 +18,13 @@ /* Written by Eric Blake. */ #include -#include + +/* Specification. */ #include +#include +#include + #include "fpurge.h" #undef fflush -- 2.11.0