From 0c3edbf0cf9a9a2a67cbb15f8f960b39eb4eda77 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 25 Jul 2013 10:46:15 +0200 Subject: Include missing --- cpukit/libcsupport/src/malloc_deferred.c | 2 ++ cpukit/libcsupport/src/privateenv.c | 4 +--- cpukit/libcsupport/src/sup_fs_location.c | 4 +--- cpukit/libcsupport/src/umask.c | 3 +-- 4 files changed, 5 insertions(+), 8 deletions(-) (limited to 'cpukit/libcsupport/src') diff --git a/cpukit/libcsupport/src/malloc_deferred.c b/cpukit/libcsupport/src/malloc_deferred.c index 9e6fbb3bf8..e085484941 100644 --- a/cpukit/libcsupport/src/malloc_deferred.c +++ b/cpukit/libcsupport/src/malloc_deferred.c @@ -27,6 +27,8 @@ #include "malloc_p.h" +#include + RTEMS_CHAIN_DEFINE_EMPTY(RTEMS_Malloc_GC_list); bool malloc_is_system_state_OK(void) diff --git a/cpukit/libcsupport/src/privateenv.c b/cpukit/libcsupport/src/privateenv.c index f5fd67db95..6e9ba3b62c 100644 --- a/cpukit/libcsupport/src/privateenv.c +++ b/cpukit/libcsupport/src/privateenv.c @@ -20,12 +20,10 @@ #include "config.h" #endif -#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ - #include #include -#include +#include /** * Instantiate a private user environment for the calling thread. diff --git a/cpukit/libcsupport/src/sup_fs_location.c b/cpukit/libcsupport/src/sup_fs_location.c index b4713c554c..dc4b665b0d 100644 --- a/cpukit/libcsupport/src/sup_fs_location.c +++ b/cpukit/libcsupport/src/sup_fs_location.c @@ -23,12 +23,10 @@ #include "config.h" #endif -#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ - #include #include -#include +#include static rtems_filesystem_global_location_t *deferred_released_global_locations; diff --git a/cpukit/libcsupport/src/umask.c b/cpukit/libcsupport/src/umask.c index 1a5daa51cd..a35acbe2af 100644 --- a/cpukit/libcsupport/src/umask.c +++ b/cpukit/libcsupport/src/umask.c @@ -18,11 +18,10 @@ #include "config.h" #endif -#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ - #include #include +#include /** * POSIX 1003.1b 5.3.3 - Set File Creation Mask -- cgit v1.2.3