From e2bcb3217beeecc97abb651dbc89f9729b72bc50 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 6 Dec 2011 07:08:45 +0000 Subject: =?UTF-8?q?2011-12-06=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/src/pspinlocktranslatereturncode.c: Include (Missing prototypes). --- cpukit/ChangeLog | 2 ++ cpukit/posix/src/pspinlocktranslatereturncode.c | 1 + 2 files changed, 3 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 67ce6b729b..a2cfc0f9cc 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,7 @@ 2011-12-06 Ralf Corsépius + * posix/src/pspinlocktranslatereturncode.c: + Include (Missing prototypes). * libfs/src/imfs/imfs_debug.c: Make IMFS_print_jnode, IMFS_dump_directory static. * libfs/src/imfs/memfile.c: Make memfile_free_blocks_in_table static. diff --git a/cpukit/posix/src/pspinlocktranslatereturncode.c b/cpukit/posix/src/pspinlocktranslatereturncode.c index fbce440010..2d07d92ff6 100644 --- a/cpukit/posix/src/pspinlocktranslatereturncode.c +++ b/cpukit/posix/src/pspinlocktranslatereturncode.c @@ -20,6 +20,7 @@ #include #include +#include /* * _POSIX_Spinlock_Translate_core_spinlock_return_code -- cgit v1.2.3