From 292b5c6b4d5d130c8b31a94b398ba30d6cfec369 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 2 Jan 2007 23:50:44 +0000 Subject: [PATCH] * modules/settime (Include): Require timespec.h. * modules/nanosleep (Include): Likewise. 2007-01-01 Bruno Haible SCALAR(0x82833d4) Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 --- ChangeLog | 9 +++++++-- modules/nanosleep | 2 +- modules/settime | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48bd2a397..69cb604da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2006-12-24 Bruno Haible +2007-01-02 Bruno Haible + + * modules/settime (Include): Require timespec.h. + * modules/nanosleep (Include): Likewise. + +2007-01-01 Bruno Haible 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. diff --git a/modules/nanosleep b/modules/nanosleep index 917808c93..64cc02e47 100644 --- a/modules/nanosleep +++ b/modules/nanosleep @@ -17,7 +17,7 @@ gl_FUNC_NANOSLEEP Makefile.am: Include: - +"timespec.h" License: GPL diff --git a/modules/settime b/modules/settime index fe523820c..6f33653f9 100644 --- a/modules/settime +++ b/modules/settime @@ -16,6 +16,7 @@ gl_SETTIME Makefile.am: Include: +#include "timespec.h" License: GPL -- 2.11.0