# HG changeset patch # User Bruno Haible # Date 1261668621 -3600 # Node ID e811ee92408cfaa47f3c2b66da996ed95b1e4589 # Parent 33ab12a7cea25c59e134dcdc1743360259f94028 Fix typo in today's commit. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-12-24 Bruno Haible + + * lib/stdlib.in.h (includes): Fix typo in today's commit. + 2009-12-24 Eric Blake tests: add signature checks diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h @@ -39,7 +39,7 @@ #include /* Solaris declares getloadavg() in . */ -#if (@GNULIB_GETLOADAVG@ || defined GNULIB_GETLOADAVG) && @HAVE_SYS_LOADAVG_H@ +#if (@GNULIB_GETLOADAVG@ || defined GNULIB_POSIXCHECK) && @HAVE_SYS_LOADAVG_H@ # include #endif