changeset 15775:89e7b0355fd3

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.
author Bruno Haible <bruno@clisp.org>
date Sat, 24 Sep 2011 17:59:54 +0200
parents b5685d79081c
children 1544d00cbf34
files ChangeLog modules/fgetc-tests modules/fputc-tests modules/fread-tests modules/fwrite-tests
diffstat 5 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
--- a/modules/fgetc-tests
+++ b/modules/fgetc-tests
@@ -4,6 +4,7 @@
 tests/macros.h
 
 Depends-on:
+unistd
 
 configure.ac:
 
--- a/modules/fputc-tests
+++ b/modules/fputc-tests
@@ -4,6 +4,7 @@
 tests/macros.h
 
 Depends-on:
+unistd
 
 configure.ac:
 
--- a/modules/fread-tests
+++ b/modules/fread-tests
@@ -4,6 +4,7 @@
 tests/macros.h
 
 Depends-on:
+unistd
 
 configure.ac:
 
--- a/modules/fwrite-tests
+++ b/modules/fwrite-tests
@@ -4,6 +4,7 @@
 tests/macros.h
 
 Depends-on:
+unistd
 
 configure.ac: