timespec is in <time.h>.

This commit is contained in:
Ulrich Drepper 1997-12-24 21:07:41 +00:00
parent c0f9cb02b8
commit ad9dd14dbe

View File

@ -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 <gnu/types.h>
#include <sys/time.h> /* for struct timespec */
#define __need_timespec
#include <time.h>
/* Get system specific constant and data structure definitions. */
#include <schedbits.h>