diff options
author | Damien Miller <djm@mindrot.org> | 2002-09-12 10:43:29 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-09-12 10:43:29 +1000 |
commit | 9b481510bb211f6131303d9ec58788b4e2c3a2c4 (patch) | |
tree | a754502d4bcd31aa4b96bbf1381edc1f41c9b3f0 /monitor_mm.h | |
parent | 622accfdb75e5d3705f03bf6b55e37809fdfa777 (diff) |
- (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and
fake-queue.h to sys-tree.h and sys-queue.h
Diffstat (limited to 'monitor_mm.h')
-rw-r--r-- | monitor_mm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_mm.h b/monitor_mm.h index c0a66d5e..a1323b9a 100644 --- a/monitor_mm.h +++ b/monitor_mm.h @@ -27,7 +27,7 @@ #ifndef _MM_H_ #define _MM_H_ -#include "openbsd-compat/tree.h" +#include "openbsd-compat/sys-tree.h" struct mm_share { RB_ENTRY(mm_share) next; |