From: Bruno Haible Date: Thu, 24 Dec 2009 15:30:21 +0000 (+0100) Subject: Fix typo in today's commit. X-Git-Tag: v0.1~4997 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=70302e4b86816aea51eb21da522f75831fa7b993;p=gnulib.git Fix typo in today's commit. --- diff --git a/ChangeLog b/ChangeLog index 3cca24c25..c7ced82fb 100644 --- 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 index 39dbc68f4..5f2766a99 100644 --- 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