summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block10
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-04-20 11:00:57 -0500
committerJoel Sherrill <joel@rtems.org>2016-04-20 11:00:57 -0500
commit4cf41fd5113858fbfd61d8213df430aa4378eabb (patch)
tree9a052e20ba248993dc36a561b866d9351004e742 /testsuites/libtests/block10
parentscore: Use chain iterator for user extensions (diff)
downloadrtems-4cf41fd5113858fbfd61d8213df430aa4378eabb.tar.bz2
block[08|09|10]/init.c: Include <stdlib.h> to fix warning on exit()
Diffstat (limited to 'testsuites/libtests/block10')
-rw-r--r--testsuites/libtests/block10/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/block10/init.c b/testsuites/libtests/block10/init.c
index 61889abcb1..fac6781d1a 100644
--- a/testsuites/libtests/block10/init.c
+++ b/testsuites/libtests/block10/init.c
@@ -25,6 +25,7 @@
#include <assert.h>
#include <errno.h>
+#include <stdlib.h>
#include <rtems.h>
#include <rtems/bdbuf.h>