hurd: fix timer_routines.c build

* sysdeps/pthread/timer_routines.c: Include <timer_routines.h>
	instead of <internaltypes.h>.
This commit is contained in:
Samuel Thibault 2018-02-27 01:15:09 +01:00
parent 7211eba676
commit 93d260ddda

View File

@ -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