# HG changeset patch # User Bruno Haible # Date 1328356593 -3600 # Node ID 7cf3cc0dcf46723a9197829300bbcf246a7660e3 # Parent ecfc57537d9917138c673ab3784cfab8fe2d32ee stdioext: Fix last commit. * lib/fwritable.c [EPLAN9]: Include . diff -r ecfc57537d99 -r 7cf3cc0dcf46 ChangeLog --- a/ChangeLog Fri Feb 03 22:58:33 2012 +0100 +++ b/ChangeLog Sat Feb 04 12:56:33 2012 +0100 @@ -1,3 +1,8 @@ +2012-02-04 Bruno Haible + + stdioext: Fix last commit. + * lib/fwritable.c [EPLAN9]: Include . + 2012-02-03 Bruno Haible stdioext: Add tentative support for Plan9. diff -r ecfc57537d99 -r 7cf3cc0dcf46 lib/fwritable.c --- a/lib/fwritable.c Fri Feb 03 22:58:33 2012 +0100 +++ b/lib/fwritable.c Sat Feb 04 12:56:33 2012 +0100 @@ -21,6 +21,10 @@ #include "stdio-impl.h" +#if defined EPLAN9 /* Plan9 */ +# include +#endif + bool fwritable (FILE *fp) {