From c97d27f1bb551cb084836463c98be9bb41fd4ae3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 8 Jan 2015 15:38:15 -0800 Subject: Some #include cleanup in aio/timer code. --- sysdeps/pthread/aio_notify.c | 1 + sysdeps/pthread/timer_routines.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/pthread') diff --git a/sysdeps/pthread/aio_notify.c b/sysdeps/pthread/aio_notify.c index 7eeff1f..686328e 100644 --- a/sysdeps/pthread/aio_notify.c +++ b/sysdeps/pthread/aio_notify.c @@ -22,6 +22,7 @@ #include #include #include +#include #ifndef aio_start_notify_thread # define aio_start_notify_thread() do { } while (0) diff --git a/sysdeps/pthread/timer_routines.c b/sysdeps/pthread/timer_routines.c index 1770e12..f2d48f9 100644 --- a/sysdeps/pthread/timer_routines.c +++ b/sysdeps/pthread/timer_routines.c @@ -29,7 +29,7 @@ #include #include "posix-timer.h" -#include +#include /* Number of threads used. */ -- cgit v1.1