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. --- cpukit/libnetworking/rtems/rtems_glue.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libnetworking') diff --git a/cpukit/libnetworking/rtems/rtems_glue.c b/cpukit/libnetworking/rtems/rtems_glue.c index 95cabe4d27..61ac9053c1 100644 --- a/cpukit/libnetworking/rtems/rtems_glue.c +++ b/cpukit/libnetworking/rtems/rtems_glue.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3