From ad9dd14dbe38a709a545dd5bf073acb40145c705 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 24 Dec 1997 21:07:41 +0000 Subject: timespec is in . --- posix/sched.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/posix/sched.h b/posix/sched.h index 277f93eb52..8d48384f67 100644 --- a/posix/sched.h +++ b/posix/sched.h @@ -1,5 +1,5 @@ /* Definitions for POSIX 1003.1b-1993 (aka POSIX.4) scheduling interface. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 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 @@ -24,7 +24,9 @@ /* Get type definitions. */ #include -#include /* for struct timespec */ + +#define __need_timespec +#include /* Get system specific constant and data structure definitions. */ #include -- cgit v1.2.3