summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/unlimited
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-28 13:48:17 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-28 14:00:19 +0200
commit7c8830c787f66c0ec2255c57e36bc83b024423fb (patch)
treeb770ab6ffced8d36bf4fe081f8db37d34fe7a5f0 /testsuites/samples/unlimited
parentReturn the amount of data written when an error occurs rather than (diff)
downloadrtems-7c8830c787f66c0ec2255c57e36bc83b024423fb.tar.bz2
testsuites: Include missing header files
Diffstat (limited to 'testsuites/samples/unlimited')
-rw-r--r--testsuites/samples/unlimited/test1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/unlimited/test1.c b/testsuites/samples/unlimited/test1.c
index 2102285526..8eafec19b5 100644
--- a/testsuites/samples/unlimited/test1.c
+++ b/testsuites/samples/unlimited/test1.c
@@ -26,6 +26,8 @@
#include "system.h"
#include "tmacros.h"
+#include <rtems/score/objectimpl.h>
+
void test1()
{
bool auto_extend;