[rtems commit] testsuite: Fix build
Chris Johns
chrisj at rtems.org
Tue Oct 24 21:33:07 UTC 2017
Module: rtems
Branch: master
Commit: 4c701106fa81d480de6b6d9c99c972738c2ee026
Changeset: http://git.rtems.org/rtems/commit/?id=4c701106fa81d480de6b6d9c99c972738c2ee026
Author: Chris Johns <chrisj at rtems.org>
Date: Wed Oct 25 08:32:53 2017 +1100
testsuite: Fix build
Updates #3170.
---
testsuites/psxtests/psxclockrealtime01/init.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuites/psxtests/psxclockrealtime01/init.c b/testsuites/psxtests/psxclockrealtime01/init.c
index 3404ee5..2899678 100644
--- a/testsuites/psxtests/psxclockrealtime01/init.c
+++ b/testsuites/psxtests/psxclockrealtime01/init.c
@@ -24,6 +24,8 @@
#include "config.h"
#endif
+#define TEST_INIT
+
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
More information about the vc
mailing list