From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21357 invoked by alias); 12 Feb 2007 01:41:28 -0000 Received: (qmail 21336 invoked by uid 48); 12 Feb 2007 01:41:19 -0000 Date: Mon, 12 Feb 2007 01:41:00 -0000 From: "aurelien at aurel32 dot net" To: glibc-bugs@sources.redhat.com Message-ID: <20070212014118.4026.aurelien@aurel32.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/4026] New: Missing include in clock_settime.c X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00074.txt.bz2 sysdeps/unix/sysv/linux/clock_settime.c is using the type clock_id which is defined in time.h. However it does not includes this header. The patch below adds the include line, as it is already done in all clock_*.c file of this directory. --- sysdeps/unix/sysv/linux/clock_settime.c 2007-02-11 18:53:19.000000000 +0100 +++ sysdeps/unix/sysv/linux/clock_settime.c 2007-02-11 18:53:31.000000000 +0100 @@ -18,6 +18,7 @@ #include #include +#include #include "kernel-posix-cpu-timers.h" #include -- Summary: Missing include in clock_settime.c Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libc AssignedTo: drepper at redhat dot com ReportedBy: aurelien at aurel32 dot net CC: glibc-bugs at sources dot redhat dot com GCC build triplet: m68k-unknown-linux-gnu GCC host triplet: m68k-unknown-linux-gnu GCC target triplet: m68k-unknown-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=4026 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.