fgetc, fputc, fread, fwrite tests: Avoid compilation error on MSVC.
authorBruno Haible <bruno@clisp.org>
Sat, 24 Sep 2011 15:59:54 +0000 (17:59 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 24 Sep 2011 15:59:54 +0000 (17:59 +0200)
* 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.

ChangeLog
modules/fgetc-tests
modules/fputc-tests
modules/fread-tests
modules/fwrite-tests

index 3aca033..ceca562 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-09-24  Bruno Haible  <bruno@clisp.org>
 
+       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  <bruno@clisp.org>
+
        dup: Simplify autoconf test.
        * m4/dup.m4 (gl_FUNC_DUP): Don't run a test program. Instead, just rely
        on gl_MSVC_INVAL's result.
index 9bbb166..25077f7 100644 (file)
@@ -4,6 +4,7 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
+unistd
 
 configure.ac:
 
index 6aa348e..a6c8958 100644 (file)
@@ -4,6 +4,7 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
+unistd
 
 configure.ac:
 
index 49f0a71..c37901f 100644 (file)
@@ -4,6 +4,7 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
+unistd
 
 configure.ac:
 
index 496fe80..00d8e7e 100644 (file)
@@ -4,6 +4,7 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
+unistd
 
 configure.ac: