summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/hello/config.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-01 06:27:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-01 06:27:14 +0000
commite510b7da173eb738adc9bfdaefebb0795effef5c (patch)
treed67d15b69615e600240c81b4a188a6043a834856 /c/src/ada-tests/samples/hello/config.h
parent2005-05-01 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e510b7da173eb738adc9bfdaefebb0795effef5c.tar.bz2
Include <rtems/confdefs.h> instead of <confdefs.h> (obsolete).
Diffstat (limited to 'c/src/ada-tests/samples/hello/config.h')
-rw-r--r--c/src/ada-tests/samples/hello/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/ada-tests/samples/hello/config.h b/c/src/ada-tests/samples/hello/config.h
index 7ef09cdb1c..9b1ad77258 100644
--- a/c/src/ada-tests/samples/hello/config.h
+++ b/c/src/ada-tests/samples/hello/config.h
@@ -28,6 +28,6 @@
#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20
#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* end of include file */