From 2bbea657ae366f6b73dd6ca5db98af7ea3c29759 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 17 Jul 2013 13:52:00 +0200 Subject: rtems: Create semaphore implementation header Move implementation specific parts of sem.h and sem.inl into new header file semimpl.h. The sem.h contains now only the application visible API. --- testsuites/tmtests/tm26/task1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/tmtests/tm26/task1.c') diff --git a/testsuites/tmtests/tm26/task1.c b/testsuites/tmtests/tm26/task1.c index 5cf3e7a2b6..2c8ddfca61 100644 --- a/testsuites/tmtests/tm26/task1.c +++ b/testsuites/tmtests/tm26/task1.c @@ -20,6 +20,7 @@ #include #include +#include /* TEST DATA */ rtems_id Semaphore_id; -- cgit v1.2.3