Fix typo in today's commit.
authorBruno Haible <bruno@clisp.org>
Thu, 24 Dec 2009 15:30:21 +0000 (16:30 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 24 Dec 2009 15:30:21 +0000 (16:30 +0100)
ChangeLog
lib/stdlib.in.h

index 3cca24c..c7ced82 100644 (file)
--- 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
index 39dbc68..5f2766a 100644 (file)
@@ -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