summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libmisc/monitor/monitor.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-21 16:58:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-21 16:58:57 +0000
commit5beb5624503e6141a30e589da8a2fd24fc33f483 (patch)
tree17d712ea66a9f439898edaaf6f963205c6a48bfa /c/src/lib/libmisc/monitor/monitor.h
parentAdded Monitor test. (diff)
downloadrtems-5beb5624503e6141a30e589da8a2fd24fc33f483.tar.bz2
Cleaned up as part of adding the Monitor test.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libmisc/monitor/monitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libmisc/monitor/monitor.h b/c/src/lib/libmisc/monitor/monitor.h
index 1844add643..7634fc05a9 100644
--- a/c/src/lib/libmisc/monitor/monitor.h
+++ b/c/src/lib/libmisc/monitor/monitor.h
@@ -12,7 +12,7 @@
#ifndef __MONITOR_H
#define __MONITOR_H
-#include "symbols.h"
+#include <rtems/symbols.h>
#include <rtems/error.h> /* rtems_error() */
#ifdef __cplusplus