mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
* sysdeps/mach/hurd/setitimer.c: Include <time.h>.
2001-02-10 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/setitimer.c: Include <time.h>.
This commit is contained in:
parent
227c0e2246
commit
157aa14d96
@ -1,3 +1,7 @@
|
||||
2001-02-10 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sysdeps/mach/hurd/setitimer.c: Include <time.h>.
|
||||
|
||||
2001-02-10 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* manual/string.texi (Search Functions): Fix typo.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1994, 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1994,1995,1996,1997,2000,2001 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
|
||||
@ -19,6 +19,7 @@
|
||||
#include <stddef.h>
|
||||
#include <errno.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
#include <hurd.h>
|
||||
#include <hurd/signal.h>
|
||||
#include <hurd/sigpreempt.h>
|
||||
|
Loading…
Reference in New Issue
Block a user