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.
This commit is contained in:
Ulrich Drepper 2005-01-27 18:49:47 +00:00
parent 02f3550c8b
commit 717ecb1fe5
4 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,9 @@
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.
2004-12-13 Paolo Bonzini <bonzini@gnu.org>
Separate parsing and creation of the NFA. Avoided recursion on

View file

@ -18,6 +18,7 @@
#include <unistd.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>

View file

@ -1,5 +1,6 @@
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>

View file

@ -1,6 +1,7 @@
#include <fmtmsg.h>
#include <mcheck.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>