about summary refs log tree commit diff
path: root/sysdeps/pthread/timer_routines.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-02-27 01:15:09 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-02-27 01:15:39 +0100
commit93d260ddda87a124d3fbb9af400fa154cfd00b4b (patch)
tree3bcdae634a821de75cc1db873f59d189d0ae98a7 /sysdeps/pthread/timer_routines.c
parent7211eba676d62edd7a2007887f27b2c823a4befa (diff)
downloadglibc-93d260ddda87a124d3fbb9af400fa154cfd00b4b.tar.gz
glibc-93d260ddda87a124d3fbb9af400fa154cfd00b4b.tar.xz
glibc-93d260ddda87a124d3fbb9af400fa154cfd00b4b.zip
hurd: fix timer_routines.c build
	* sysdeps/pthread/timer_routines.c: Include <timer_routines.h>
	instead of <internaltypes.h>.
Diffstat (limited to 'sysdeps/pthread/timer_routines.c')
-rw-r--r--sysdeps/pthread/timer_routines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/timer_routines.c b/sysdeps/pthread/timer_routines.c
index 940db62b25..e6e884f53e 100644
--- a/sysdeps/pthread/timer_routines.c
+++ b/sysdeps/pthread/timer_routines.c
@@ -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