mirror of git://sourceware.org/git/glibc.git
hurd: fix timer_routines.c build
* sysdeps/pthread/timer_routines.c: Include <timer_routines.h> instead of <internaltypes.h>.
This commit is contained in:
parent
7211eba676
commit
93d260ddda
|
|
@ -29,7 +29,7 @@
|
|||
#include <sys/syscall.h>
|
||||
|
||||
#include "posix-timer.h"
|
||||
#include <internaltypes.h>
|
||||
#include <timer_routines.h>
|
||||
|
||||
#ifndef DELAYTIMER_MAX
|
||||
# define DELAYTIMER_MAX INT_MAX
|
||||
|
|
|
|||
Loading…
Reference in New Issue