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 3cca24c258a69e12887cf78dd0150ec1546be051..c7ced82fb4618761ed0112ae3ed61bc47ea7d042 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 39dbc68f4d92ae12ad559b251674d933d3bb935f..5f2766a99fc9f6eacf41cef4f96a8bf9efadb0d9 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