From: Eric Blake Date: Mon, 23 Apr 2007 12:49:50 +0000 (+0000) Subject: * lib/fflush.c: Fix missing include. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e3faec625b1293693b12d685714cd070bb6403;p=pspp * lib/fflush.c: Fix missing include. Reported by Bruno Haible. --- diff --git a/ChangeLog b/ChangeLog index f5a0210c5c..0c552c2ed9 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 8c902f80d8..7481e66919 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