From 90aaccd1f26c3ac0dc5963d6db4b0f0fcfc2c1d6 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 26 Jul 2000 23:24:05 +0000 Subject: * Makefile.in (rename.o, waitpid.o): Depend on config.h * rename.c: include config.h, unistd.h * waitpid.c: include config.h, sys/wait.h --- libiberty/waitpid.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libiberty/waitpid.c') diff --git a/libiberty/waitpid.c b/libiberty/waitpid.c index 23db0b9..2848309 100644 --- a/libiberty/waitpid.c +++ b/libiberty/waitpid.c @@ -1,3 +1,10 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#ifdef HAVE_SYS_WAIT_H +#include +#endif + int waitpid (pid, stat_loc, options) int pid, *stat_loc, options; -- cgit v1.1