summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-01-27 18:49:47 +0000
committerUlrich Drepper <drepper@redhat.com>2005-01-27 18:49:47 +0000
commit717ecb1fe52cc726cb9521e8a93c90040fe2b255 (patch)
tree5050690c4689e689086ae63dccaa3b0b5ced40f5 /stdlib
parent02f3550c8bf47ecff6b548bc8ba3219d234a41a3 (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 'stdlib')
-rw-r--r--stdlib/tst-fmtmsg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/tst-fmtmsg.c b/stdlib/tst-fmtmsg.c
index 055478963a..c3748d64d5 100644
--- a/stdlib/tst-fmtmsg.c
+++ b/stdlib/tst-fmtmsg.c
@@ -1,6 +1,7 @@
#include <fmtmsg.h>
#include <mcheck.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>