* 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 48bd2a3..69cb604 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 917808c..64cc02e 100644 (file)
@@ -17,7 +17,7 @@ gl_FUNC_NANOSLEEP
 Makefile.am:
 
 Include:
-<time.h>
+"timespec.h"
 
 License:
 GPL
index fe52382..6f33653 100644 (file)
@@ -16,6 +16,7 @@ gl_SETTIME
 Makefile.am:
 
 Include:
+#include "timespec.h"
 
 License:
 GPL