mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
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
Block a user