summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/cdtest
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/cdtest')
-rw-r--r--testsuites/samples/cdtest/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h
index de883665c4..c03b972dbb 100644
--- a/testsuites/samples/cdtest/system.h
+++ b/testsuites/samples/cdtest/system.h
@@ -35,6 +35,6 @@ rtems_task main_task(
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task
#define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' )
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* end of include file */