From: Bruno Haible Date: Sat, 24 Sep 2011 15:59:54 +0000 (+0200) Subject: fgetc, fputc, fread, fwrite tests: Avoid compilation error on MSVC. X-Git-Tag: v0.1~1751 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=eab930966c2c1f42916fd775f4466a29192bbaa3;p=gnulib.git fgetc, fputc, fread, fwrite tests: Avoid compilation error on MSVC. * modules/fgetc-tests (Depends-on): Add unistd. * modules/fputc-tests (Depends-on): Likewise. * modules/fread-tests (Depends-on): Likewise. * modules/fwrite-tests (Depends-on): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 3aca0330d8..ceca562617 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-09-24 Bruno Haible + + fgetc, fputc, fread, fwrite tests: Avoid compilation error on MSVC. + * modules/fgetc-tests (Depends-on): Add unistd. + * modules/fputc-tests (Depends-on): Likewise. + * modules/fread-tests (Depends-on): Likewise. + * modules/fwrite-tests (Depends-on): Likewise. + 2011-09-24 Bruno Haible dup: Simplify autoconf test. diff --git a/modules/fgetc-tests b/modules/fgetc-tests index 9bbb166e50..25077f7ad1 100644 --- a/modules/fgetc-tests +++ b/modules/fgetc-tests @@ -4,6 +4,7 @@ tests/signature.h tests/macros.h Depends-on: +unistd configure.ac: diff --git a/modules/fputc-tests b/modules/fputc-tests index 6aa348ecaa..a6c89583e1 100644 --- a/modules/fputc-tests +++ b/modules/fputc-tests @@ -4,6 +4,7 @@ tests/signature.h tests/macros.h Depends-on: +unistd configure.ac: diff --git a/modules/fread-tests b/modules/fread-tests index 49f0a71862..c37901f8db 100644 --- a/modules/fread-tests +++ b/modules/fread-tests @@ -4,6 +4,7 @@ tests/signature.h tests/macros.h Depends-on: +unistd configure.ac: diff --git a/modules/fwrite-tests b/modules/fwrite-tests index 496fe80019..00d8e7e876 100644 --- a/modules/fwrite-tests +++ b/modules/fwrite-tests @@ -4,6 +4,7 @@ tests/signature.h tests/macros.h Depends-on: +unistd configure.ac: