* Makefile.in (rename.o, waitpid.o): Depend on config.h
[external/binutils.git] / libiberty / waitpid.c
index 23db0b9..2848309 100644 (file)
@@ -1,3 +1,10 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#ifdef HAVE_SYS_WAIT_H
+#include <sys/wait.h>
+#endif
+
 int
 waitpid (pid, stat_loc, options)
        int pid, *stat_loc, options;