# HG changeset patch # User Paul Eggert # Date 1167781844 0 # Node ID 3e05c216c7d73d976e8bd4af2ece11646355c2f6 # Parent c9ae009bb4e7859e85bd20a9e500bfa1996dd605 * 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 diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/nanosleep +++ b/modules/nanosleep @@ -17,7 +17,7 @@ Makefile.am: Include: - +"timespec.h" License: GPL diff --git a/modules/settime b/modules/settime --- a/modules/settime +++ b/modules/settime @@ -16,6 +16,7 @@ Makefile.am: Include: +#include "timespec.h" License: GPL