From e90b1dfdda68f467c66445502afc092ec687b520 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 13:51:08 +0200 Subject: rtems: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libcsupport/src') diff --git a/cpukit/libcsupport/src/resource_snapshot.c b/cpukit/libcsupport/src/resource_snapshot.c index fba0b3dd4f..c04dcf6cb4 100644 --- a/cpukit/libcsupport/src/resource_snapshot.c +++ b/cpukit/libcsupport/src/resource_snapshot.c @@ -32,6 +32,7 @@ #include #include #include +#include #ifdef RTEMS_POSIX_API #include -- cgit v1.2.3