From 8dee4833c5b6d3c2ad506b5c7fdc548504386f96 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 17 Feb 2012 17:46:56 +0100 Subject: [PATCH] Include in clock_settime.c. --- ChangeLog | 6 ++++++ NEWS | 6 +++--- sysdeps/unix/sysv/linux/clock_settime.c | 3 ++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a80111..7ebc8b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-02-17 Aurelien Jarno + + [BZ #4026] + * sysdeps/unix/sysv/linux/clock_settime.c: include to + get clock_id definition. + 2012-02-17 Thomas Schwinge [BZ #4822] diff --git a/NEWS b/NEWS index 20ff90b..ec0e938 100644 --- a/NEWS +++ b/NEWS @@ -9,9 +9,9 @@ Version 2.16 * The following bugs are resolved with this release: - 411, 4822, 9902, 10140, 11494, 13525, 13526, 13527, 13528, 13529, 13531, - 13532, 13533, 13547, 13530, 13551, 13552, 13553, 13555, 13559, 13583, - 13618 + 411, 4026 4822, 9902, 10140, 11494, 13525, 13526, 13527, 13528, 13529, + 13531, 13532, 13533, 13547, 13530, 13551, 13552, 13553, 13555, 13559, + 13583, 13618 * ISO C11 support: diff --git a/sysdeps/unix/sysv/linux/clock_settime.c b/sysdeps/unix/sysv/linux/clock_settime.c index 5656db9..8cf3209 100644 --- a/sysdeps/unix/sysv/linux/clock_settime.c +++ b/sysdeps/unix/sysv/linux/clock_settime.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003, 2004, 2006, 2010 Free Software Foundation, Inc. +/* Copyright (C) 2003, 2004, 2006, 2010, 2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -17,6 +17,7 @@ #include #include +#include #include "kernel-posix-cpu-timers.h" #include -- 2.7.4