summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-09-24 17:59:54 +0200
committerBruno Haible <bruno@clisp.org>2011-09-24 17:59:54 +0200
commiteab930966c2c1f42916fd775f4466a29192bbaa3 (patch)
tree02481fc62b747946b92d8630736e25095d3e6c82 /modules
parent026b2bdecbd540899299f499f062354dcb0556b0 (diff)
downloadgnulib-eab930966c2c1f42916fd775f4466a29192bbaa3.tar.gz
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.
Diffstat (limited to 'modules')
-rw-r--r--modules/fgetc-tests1
-rw-r--r--modules/fputc-tests1
-rw-r--r--modules/fread-tests1
-rw-r--r--modules/fwrite-tests1
4 files changed, 4 insertions, 0 deletions
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: