[rtems commit] psxtests/psx14: Include missing header file
Sebastian Huber
sebh at rtems.org
Tue Aug 6 13:44:13 UTC 2013
Module: rtems
Branch: master
Commit: 9ff70db89f38323df6b507fa571361d5cc6c567f
Changeset: http://git.rtems.org/rtems/commit/?id=9ff70db89f38323df6b507fa571361d5cc6c567f
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Aug 6 14:47:18 2013 +0200
psxtests/psx14: Include missing header file
---
testsuites/psxtests/psx14/init.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/testsuites/psxtests/psx14/init.c b/testsuites/psxtests/psx14/init.c
index b0a2ff2..7a9632e 100644
--- a/testsuites/psxtests/psx14/init.c
+++ b/testsuites/psxtests/psx14/init.c
@@ -14,6 +14,7 @@
#define CONFIGURE_INIT
#include "system.h"
#include <rtems.h>
+#include <rtems/score/objectimpl.h>
#include "tmacros.h"
void *POSIX_Init(
More information about the vc
mailing list