aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/Makefile.am')
-rw-r--r--openbsd-compat/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsd-compat/Makefile.am b/openbsd-compat/Makefile.am
index 3bccf09c..1a0fe160 100644
--- a/openbsd-compat/Makefile.am
+++ b/openbsd-compat/Makefile.am
@@ -135,6 +135,11 @@ if NEED_STRNLEN
libopenbsd_compat_a_SOURCES += strnlen.c
endif
+if NEED_WAITPID
+libopenbsd_compat_a_SOURCES += waitpid.c
+endif
+
+
if !SUPPORT_ERR_H
libopenbsd_compat_a_SOURCES += bsd-err.c