summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/_rmlock.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
commit03d4faf0865f56233e4a8339fda92d7192f456c6 (patch)
tree6c5732dca91814d2be90d66753570bf2b09a643d /freebsd/sys/_rmlock.h
parentRevert move of contrib until more sorted out (diff)
downloadrtems-libbsd-03d4faf0865f56233e4a8339fda92d7192f456c6.tar.bz2
Begin to trim rtems/ from include file paths - start with freebsd
Diffstat (limited to 'freebsd/sys/_rmlock.h')
-rw-r--r--freebsd/sys/_rmlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/_rmlock.h b/freebsd/sys/_rmlock.h
index 592d73bb..a520a37c 100644
--- a/freebsd/sys/_rmlock.h
+++ b/freebsd/sys/_rmlock.h
@@ -36,7 +36,7 @@
* XXXUPS remove as soon as we have per cpu variable
* linker sets and can define rm_queue in _rm_lock.h
*/
-#include <rtems/freebsd/sys/pcpu.h>
+#include <freebsd/sys/pcpu.h>
/*
* Mostly reader/occasional writer lock.
*/