summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd/system.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 15:16:23 +0000
commitc8fea7a402301dfb386714ee47a867e4744c75a1 (patch)
tree0e0adfdaabf1de24ed67daad35e17457063299e2 /testsuites/samples/pppd/system.h
parent * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. (diff)
downloadrtems-c8fea7a402301dfb386714ee47a867e4744c75a1.tar.bz2
* base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
Diffstat (limited to 'testsuites/samples/pppd/system.h')
-rw-r--r--testsuites/samples/pppd/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/pppd/system.h b/testsuites/samples/pppd/system.h
index ec117cbab6..ffefa0385d 100644
--- a/testsuites/samples/pppd/system.h
+++ b/testsuites/samples/pppd/system.h
@@ -45,6 +45,6 @@ rtems_driver_address_table Device_drivers[5] = {
RTEMS_NO_ASR | \
RTEMS_INTERRUPT_LEVEL(0))
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#endif