From 98c1e0d2880c1206a6eba124bbf4bc8836ef5e93 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 5 Dec 2011 05:17:45 +0000 Subject: =?UTF-8?q?2011-12-05=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/src/pthreadatfork.c: Include (Missing prototypes). --- cpukit/ChangeLog | 2 ++ cpukit/posix/src/pthreadatfork.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 6f660559b6..ff22d5e5a5 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,7 @@ 2011-12-05 Ralf Corsépius + * posix/src/pthreadatfork.c: + Include (Missing prototypes). * posix/src/mqueuetranslatereturncode.c: Include (Missing prototypes). * posix/src/mutextranslatereturncode.c: diff --git a/cpukit/posix/src/pthreadatfork.c b/cpukit/posix/src/pthreadatfork.c index 9a08abd254..71be212820 100644 --- a/cpukit/posix/src/pthreadatfork.c +++ b/cpukit/posix/src/pthreadatfork.c @@ -24,6 +24,8 @@ #include "config.h" #endif +#include + #include #include -- cgit v1.2.3