* modules/settime (Include): Require timespec.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jan 2007 23:50:44 +0000 (23:50 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jan 2007 23:50:44 +0000 (23:50 +0000)
* modules/nanosleep (Include): Likewise.

2007-01-01  Bruno Haible  <bruno@clisp.org>
SCALAR(0x82833d4)
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007

ChangeLog
modules/nanosleep
modules/settime

index 48bd2a397b22d2e866c693a8fc8946afc2524eb8..69cb604da4657b24b472e75478431b262cf62a76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2006-12-24  Bruno Haible  <bruno@clisp.org>
+2007-01-02  Bruno Haible  <bruno@clisp.org>
+
+       * modules/settime (Include): Require timespec.h.
+       * modules/nanosleep (Include): Likewise.
+
+2007-01-01  Bruno Haible  <bruno@clisp.org>
 
        Improve support for OpenBSD.
        * build-aux/config.rpath (libname_spec): Export.
        * m4/uintmax_t.m4: New file.
        * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
 
-Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
   Free Software Foundation, Inc.
 Copying and distribution of this file, with or without modification,
 are permitted provided the copyright notice and this notice are preserved.
index 917808c93ce0656dc1d97f290381db6a3d5ad43c..64cc02e4746f080f8f332865aa7c409205db952e 100644 (file)
@@ -17,7 +17,7 @@ gl_FUNC_NANOSLEEP
 Makefile.am:
 
 Include:
-<time.h>
+"timespec.h"
 
 License:
 GPL
index fe523820c717e468c4af713011b52ada7451c6d4..6f33653f96d48cfa41b7ba1ba37f07962b5fd2c9 100644 (file)
@@ -16,6 +16,7 @@ gl_SETTIME
 Makefile.am:
 
 Include:
+#include "timespec.h"
 
 License:
 GPL