testsuites: Include missing header files

This commit is contained in:
Sebastian Huber
2013-07-18 15:55:46 +02:00
parent f2d9fda780
commit a9127a2e65
7 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#include <termios.h>
#include <rtems/termiostypes.h>
#include <fcntl.h>
#include <limits.h>
#include <sys/errno.h>
/* rtems_termios_baud_t is a typedefs to int32_t */

View File

@@ -35,6 +35,7 @@
#include <signal.h>
#include <stdio.h>
#include <time.h>
#include <limits.h>
#include <rtems/libcsupport.h>

View File

@@ -3,6 +3,7 @@
*/
#include <errno.h>
#include <limits.h>
/*
* Way too much stack space. Should generate a fatal error

View File

@@ -16,6 +16,7 @@
#include <unistd.h>
#include <errno.h>
#include <limits.h>
#include <sys/types.h>
/* forward declarations to avoid warnings */

View File

@@ -15,6 +15,7 @@
#include "system.h"
#include <signal.h>
#include <errno.h>
#include <reent.h>
/* forward declarations to avoid warnings */
int test_main(void);

View File

@@ -8,6 +8,8 @@
* http://www.rtems.com/license/LICENSE.
*/
#include <rtems/score/wkspace.h>
#define FATAL_ERROR_TEST_NAME "12"
#define FATAL_ERROR_DESCRIPTION \
"_Heap_Initialize fails during RTEMS initialization"

View File

@@ -13,6 +13,7 @@
#include <fcntl.h>
#include <tmacros.h>
#include <limits.h>
#include "test_support.h"
#include <rtems/libcsupport.h>