summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/pppd/example/system.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 88b5dc0c19..87a10afb9b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * pppd/example/system.h: Fix path in example -- NOT COMPILED WITH
+ CPUKIT.
+
2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/rtems/init.h, sapi/src/exinit.c: Refactored and renamed
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