changeset 7772:3e05c216c7d7

* modules/settime (Include): Require timespec.h. * 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
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 02 Jan 2007 23:50:44 +0000
parents c9ae009bb4e7
children 532c1933cb0c
files ChangeLog modules/nanosleep modules/settime
diffstat 3 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
@@ -24602,7 +24607,7 @@
 	* 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.
--- a/modules/nanosleep
+++ b/modules/nanosleep
@@ -17,7 +17,7 @@
 Makefile.am:
 
 Include:
-<time.h>
+"timespec.h"
 
 License:
 GPL
--- a/modules/settime
+++ b/modules/settime
@@ -16,6 +16,7 @@
 Makefile.am:
 
 Include:
+#include "timespec.h"
 
 License:
 GPL