diff options
author | Bruno Haible <bruno@clisp.org> | 2011-09-11 18:24:16 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-09-11 18:24:16 +0200 |
commit | 486f2af06454b327b3fc35c6a959555be452bcc3 (patch) | |
tree | 4ef70211e21719fb18b8058b9b5ebb32defb5df8 /modules/strings | |
parent | 28d66c38302b142fc6dd69d475187014c33657d5 (diff) | |
download | gnulib-486f2af06454b327b3fc35c6a959555be452bcc3.tar.gz |
Support for MSVC compiler: Ensure size_t gets defined.
* modules/strings (Depends-on): Add 'sys_types'.
* modules/sys_uio (Depends-on): Likewise.
* lib/sys_uio.in.h: Update comment.
Diffstat (limited to 'modules/strings')
-rw-r--r-- | modules/strings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/strings b/modules/strings index 631cabbae9..905a45c6ed 100644 --- a/modules/strings +++ b/modules/strings @@ -10,6 +10,7 @@ include_next snippet/arg-nonnull snippet/c++defs snippet/warn-on-use +sys_types configure.ac: gl_HEADER_STRINGS_H |