From: Samuel Thibault Date: Tue, 27 Feb 2018 00:15:09 +0000 (+0100) Subject: hurd: fix timer_routines.c build X-Git-Tag: glibc-2.28~546 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93d260ddda87a124d3fbb9af400fa154cfd00b4b;p=thirdparty%2Fglibc.git hurd: fix timer_routines.c build * sysdeps/pthread/timer_routines.c: Include instead of . --- diff --git a/sysdeps/pthread/timer_routines.c b/sysdeps/pthread/timer_routines.c index 940db62b25f..e6e884f53ee 100644 --- a/sysdeps/pthread/timer_routines.c +++ b/sysdeps/pthread/timer_routines.c @@ -29,7 +29,7 @@ #include #include "posix-timer.h" -#include +#include #ifndef DELAYTIMER_MAX # define DELAYTIMER_MAX INT_MAX