From: Ulrich Drepper Date: Wed, 24 Dec 1997 21:07:41 +0000 (+0000) Subject: timespec is in . X-Git-Tag: cvs/glibc-2_0_6pre6~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad9dd14dbe38a709a545dd5bf073acb40145c705;p=thirdparty%2Fglibc.git timespec is in . --- diff --git a/posix/sched.h b/posix/sched.h index 277f93eb524..8d48384f673 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