From 7eac6b3e694ade2165f48d817540a1ad166fba80 Mon Sep 17 00:00:00 2001 From: jilles Date: Sat, 31 Jan 2015 16:39:26 +0000 Subject: Ensure #include is sufficient for using SEM_VALUE_MAX. Discussed with: pluknet --- include/semaphore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/semaphore.h b/include/semaphore.h index 218de99..c42a8d2 100644 --- a/include/semaphore.h +++ b/include/semaphore.h @@ -36,6 +36,8 @@ #include #include +#include + struct _sem { __uint32_t _magic; struct _usem2 _kern; -- cgit v1.1