rbb 2002/12/11 11:59:06
Modified: test testdso.c Log: This should have been #if, not #ifdef. D'Oh. Revision Changes Path 1.29 +1 -1 apr/test/testdso.c Index: testdso.c =================================================================== RCS file: /home/cvs/apr/test/testdso.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- testdso.c 27 Nov 2002 07:54:30 -0000 1.28 +++ testdso.c 11 Dec 2002 19:59:06 -0000 1.29 @@ -60,7 +60,7 @@ #include "apr_dso.h" #include "apr_strings.h" #include "apr.h" -#ifdef APR_HAVE_UNISTD_H +#if APR_HAVE_UNISTD_H #include <unistd.h> #endif
