From: Bruno Haible Date: Sat, 8 Nov 2008 13:48:57 +0000 (+0100) Subject: Ensure tests/test-select.c includes and on Unix. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1591bd579afdb3ac8ee16375d1f6473d0e26e13;p=pspp Ensure tests/test-select.c includes and on Unix. --- diff --git a/ChangeLog b/ChangeLog index 1144726dae..3eca0c89fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-11-07 Bruno Haible + + * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h. + 2008-11-07 Bruno Haible * tests/test-select-fd.c: New file. diff --git a/modules/select-tests b/modules/select-tests index e4cdd7e784..84d8f1bf09 100644 --- a/modules/select-tests +++ b/modules/select-tests @@ -26,6 +26,7 @@ close gettimeofday configure.ac: +AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h]) Makefile.am: TESTS += test-select test-select-in.sh test-select-out.sh