summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-13 16:09:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-13 16:09:48 +0000
commitb9499779ee21f89fdc01dda4312a006648e990e4 (patch)
treea620ae41eeada0e1e1e412227c9c8d738b406966 /cpukit/pppd
parent2008-05-13 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b9499779ee21f89fdc01dda4312a006648e990e4.tar.bz2
2008-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* pppd/example/system.h: Fix path in example -- NOT COMPILED WITH CPUKIT.
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/example/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/example/system.h b/cpukit/pppd/example/system.h
index 87678da1b6..c727b2f085 100644
--- a/cpukit/pppd/example/system.h
+++ b/cpukit/pppd/example/system.h
@@ -37,6 +37,6 @@ rtems_driver_address_table Device_drivers[5] = {
RTEMS_NO_ASR | \
RTEMS_INTERRUPT_LEVEL(0))
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#endif