summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmsem03
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-29 15:59:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-29 15:59:10 +0000
commitd2e6a127563580493ec91f658ab3de4c11d4a3de (patch)
tree89bafcb7b4187da96f7346ae9bc683e3281134db /testsuites/psxtmtests/psxtmsem03
parent2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d2e6a127563580493ec91f658ab3de4c11d4a3de.tar.bz2
2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtmsem03/init.c: Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/psxtmtests/psxtmsem03')
-rw-r--r--testsuites/psxtmtests/psxtmsem03/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmsem03/init.c b/testsuites/psxtmtests/psxtmsem03/init.c
index 20a3fa6a77..ff8e7ef105 100644
--- a/testsuites/psxtmtests/psxtmsem03/init.c
+++ b/testsuites/psxtmtests/psxtmsem03/init.c
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>