block[08|09|10]/init.c: Include <stdlib.h> to fix warning on exit()

This commit is contained in:
Joel Sherrill
2016-04-20 11:00:57 -05:00
parent 709f38a972
commit 4cf41fd511
3 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,8 @@
#include "bdbuf_tests.h"
#include <stdlib.h> /* for exit */
const char rtems_test_name[] = "BLOCK 8";
rtems_task Init(rtems_task_argument argument)

View File

@@ -26,6 +26,7 @@
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <rtems.h>
#include <rtems/bdbuf.h>

View File

@@ -25,6 +25,7 @@
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <rtems.h>
#include <rtems/bdbuf.h>