]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: fix timer_routines.c build
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 27 Feb 2018 00:15:09 +0000 (01:15 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 27 Feb 2018 00:15:39 +0000 (01:15 +0100)
* sysdeps/pthread/timer_routines.c: Include <timer_routines.h>
instead of <internaltypes.h>.

sysdeps/pthread/timer_routines.c

index 940db62b25fedb583fca1f918debff99e59a0d36..e6e884f53ee21e46df2bc44e92edfd3630c1fa50 100644 (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