summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 20:21:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 20:21:51 +0000
commit07f0442695ca106bb3c6ed22b665e0d069c17d84 (patch)
treed28d02c32d79e548ef0bc88f659be127a0e86275 /cpukit
parentAdded .cvsignore files. (diff)
downloadrtems-07f0442695ca106bb3c6ed22b665e0d069c17d84.tar.bz2
Added include of options.h since it was not being picked up
by the network build.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/rtems/include/rtems.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems.h b/cpukit/rtems/include/rtems.h
index 16b6e64705..e8a13eeaba 100644
--- a/cpukit/rtems/include/rtems.h
+++ b/cpukit/rtems/include/rtems.h
@@ -40,6 +40,7 @@ extern "C" {
#include <rtems/config.h>
#include <rtems/init.h>
+#include <rtems/rtems/options.h>
#include <rtems/rtems/tasks.h>
#include <rtems/rtems/intr.h>
#include <rtems/rtems/cache.h>