From: Eric Blake Date: Mon, 23 Apr 2007 12:49:50 +0000 (+0000) Subject: * lib/fflush.c: Fix missing include. X-Git-Tag: cvs-readonly~513 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=d1e3faec625b1293693b12d685714cd070bb6403;p=gnulib.git * lib/fflush.c: Fix missing include. Reported by Bruno Haible. --- 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