From f17c7798288c530cda114db266dd6790c70f8b28 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2013 15:08:53 +0200 Subject: posix: Create timer implementation header Move implementation specific parts of timer.h and timer.inl into new header file timerimpl.h. The timer.h contains now only the application visible API. --- cpukit/posix/src/ptimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/ptimer.c') diff --git a/cpukit/posix/src/ptimer.c b/cpukit/posix/src/ptimer.c index 540fb71cef..5ce17d4e21 100644 --- a/cpukit/posix/src/ptimer.c +++ b/cpukit/posix/src/ptimer.c @@ -44,7 +44,7 @@ #include #include -#include +#include /* * _POSIX_Timer_Manager_initialization -- cgit v1.2.3