forked from Imagelibrary/rtems
block[08|09|10]/init.c: Include <stdlib.h> to fix warning on exit()
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/bdbuf.h>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/bdbuf.h>
|
||||
|
||||
Reference in New Issue
Block a user