summaryrefslogtreecommitdiff
path: root/kern/condition_types.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-02-04 16:27:47 +0100
committerRichard Braun <rbraun@sceen.net>2017-02-04 16:27:47 +0100
commitd479903845975a480be4201aa892e4434c4f6c54 (patch)
tree07b1d479c64a82b3562c16023bc96f3d8081e779 /kern/condition_types.h
parent7a00044da882d30b1dea8757c7f6a1ccaa9ee08d (diff)
kern/list: update
This change includes various fixes and additions, and in particular a subset of lock-less capable variants of the original interface.
Diffstat (limited to 'kern/condition_types.h')
-rw-r--r--kern/condition_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/condition_types.h b/kern/condition_types.h
index 9f68bf4..03b2267 100644
--- a/kern/condition_types.h
+++ b/kern/condition_types.h
@@ -21,7 +21,7 @@
#ifndef _KERN_CONDITION_TYPES_H
#define _KERN_CONDITION_TYPES_H
-#include <kern/list.h>
+#include <kern/list_types.h>
#include <kern/mutex_types.h>
#include <kern/spinlock_types.h>