From faa2f8c4e9145c629ad7670d0869c1caed33abc2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 10:54:37 +0200 Subject: rtems: Create status implementation header Move implementation specific parts of status.h and status.inl into new header file statusimpl.h. The status.h contains now only the application visible API. --- cpukit/rtems/src/partident.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/src/partident.c') diff --git a/cpukit/rtems/src/partident.c b/cpukit/rtems/src/partident.c index 44b033956f..d13af32ef0 100644 --- a/cpukit/rtems/src/partident.c +++ b/cpukit/rtems/src/partident.c @@ -19,7 +19,7 @@ #endif #include -#include +#include #include #include #include -- cgit v1.2.3