testsuites: Include missing header files

This commit is contained in:
Sebastian Huber
2013-07-28 13:48:17 +02:00
parent 681f198539
commit 7c8830c787
2 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,8 @@
#include "system.h"
#include "tmacros.h"
#include <rtems/score/objectimpl.h>
void test1()
{
bool auto_extend;

View File

@@ -13,10 +13,11 @@
#include "config.h"
#endif
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#define CONFIGURE_INIT
#include "system.h"
#include <rtems/score/objectimpl.h>
/* These functions have both macro and function incarnations */
#undef rtems_build_id
extern rtems_id rtems_build_id(int api,int class,int node,int index);