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/libcsupport/src/resource_snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/resource_snapshot.c') diff --git a/cpukit/libcsupport/src/resource_snapshot.c b/cpukit/libcsupport/src/resource_snapshot.c index 6b875a8487..48bbdc8306 100644 --- a/cpukit/libcsupport/src/resource_snapshot.c +++ b/cpukit/libcsupport/src/resource_snapshot.c @@ -40,7 +40,7 @@ #include #include #include - #include + #include #endif static const Objects_Information *objects_info_table[] = { -- cgit v1.2.3