summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/free.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-24 11:09:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-24 11:11:21 +0200
commit39046f766f170748acdb7f55f79a681a09552698 (patch)
tree9165005f4b957b65bfc4bcc7afc10381b8809af4 /cpukit/libcsupport/src/free.c
parentlibtests/malloctest: Fixes for RTEMS_DEBUG (diff)
downloadrtems-39046f766f170748acdb7f55f79a681a09552698.tar.bz2
score: Merge sysstate API into one file
Diffstat (limited to 'cpukit/libcsupport/src/free.c')
-rw-r--r--cpukit/libcsupport/src/free.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/free.c b/cpukit/libcsupport/src/free.c
index 4e31555a5e..47836fcb09 100644
--- a/cpukit/libcsupport/src/free.c
+++ b/cpukit/libcsupport/src/free.c
@@ -22,6 +22,8 @@
#include "malloc_p.h"
#include <stdlib.h>
+#include <rtems/score/sysstate.h>
+
void free(
void *ptr
)