diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-02-10 17:10:18 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-02-10 17:10:18 +0000 |
commit | 157aa14d96db087562e8dff3388cb94c0be14758 (patch) | |
tree | 14ab0ec2a79aa050f1ef40ff84e66cc0ebbd944f /sysdeps/mach/hurd/setitimer.c | |
parent | 227c0e22466df61229e0c3e8a4fbeba0c723dfae (diff) | |
download | glibc-157aa14d96db087562e8dff3388cb94c0be14758.tar.gz glibc-157aa14d96db087562e8dff3388cb94c0be14758.tar.xz glibc-157aa14d96db087562e8dff3388cb94c0be14758.zip |
* sysdeps/mach/hurd/setitimer.c: Include <time.h>.
2001-02-10 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/setitimer.c: Include <time.h>.
Diffstat (limited to 'sysdeps/mach/hurd/setitimer.c')
-rw-r--r-- | sysdeps/mach/hurd/setitimer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/setitimer.c b/sysdeps/mach/hurd/setitimer.c index 8a1629f38a..a15d0aa056 100644 --- a/sysdeps/mach/hurd/setitimer.c +++ b/sysdeps/mach/hurd/setitimer.c @@ -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> |