X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=libiberty%2Fwaitpid.c;h=2848309826a83f0735f0a85eb0521c5d8a135762;hb=90aaccd1f26c3ac0dc5963d6db4b0f0fcfc2c1d6;hp=23db0b932d2e2c9d5d6b9b3a561e420e04ac54b9;hpb=27e232885db363fb545fd2f450e72d929e59b8f6;p=binutils-gdb.git diff --git a/libiberty/waitpid.c b/libiberty/waitpid.c index 23db0b932d2..2848309826a 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;