From 70302e4b86816aea51eb21da522f75831fa7b993 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 24 Dec 2009 16:30:21 +0100 Subject: [PATCH] Fix typo in today's commit. --- ChangeLog | 4 ++++ lib/stdlib.in.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3cca24c258..c7ced82fb4 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 39dbc68f4d..5f2766a99f 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 -- 2.30.2