diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-27 18:49:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-27 18:49:47 +0000 |
commit | 717ecb1fe52cc726cb9521e8a93c90040fe2b255 (patch) | |
tree | 5050690c4689e689086ae63dccaa3b0b5ced40f5 /stdio-common | |
parent | 02f3550c8bf47ecff6b548bc8ba3219d234a41a3 (diff) |
Update.
2005-01-27 Jakub Jelinek <jakub@redhat.com>
* stdlib/tst-fmtmsg.c: Include stdlib.h.
* stdio-common/tst-fmemopen2.c: Include string.h.
* posix/execvp.c: Include stdbool.h.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/tst-fmemopen2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/tst-fmemopen2.c b/stdio-common/tst-fmemopen2.c index 6a0ee836a2..bcb136e8c1 100644 --- a/stdio-common/tst-fmemopen2.c +++ b/stdio-common/tst-fmemopen2.c @@ -1,5 +1,6 @@ #include <assert.h> #include <stdio.h> +#include <string.h> #include <sys/types.h> |