changeset 12490:e811ee92408c

Fix typo in today's commit.
author Bruno Haible <bruno@clisp.org>
date Thu, 24 Dec 2009 16:30:21 +0100
parents 33ab12a7cea2
children ad883448fbdf
files ChangeLog lib/stdlib.in.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-24  Bruno Haible  <bruno@clisp.org>
+
+	* lib/stdlib.in.h (includes): Fix typo in today's commit.
+
 2009-12-24  Eric Blake  <ebb9@byu.net>
 
 	tests: add signature checks
--- a/lib/stdlib.in.h
+++ b/lib/stdlib.in.h
@@ -39,7 +39,7 @@
 #include <stddef.h>
 
 /* Solaris declares getloadavg() in <sys/loadavg.h>.  */
-#if (@GNULIB_GETLOADAVG@ || defined GNULIB_GETLOADAVG) && @HAVE_SYS_LOADAVG_H@
+#if (@GNULIB_GETLOADAVG@ || defined GNULIB_POSIXCHECK) && @HAVE_SYS_LOADAVG_H@
 # include <sys/loadavg.h>
 #endif