diff options
author | Richard Braun <rbraun@sceen.net> | 2014-05-21 20:37:52 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2014-05-21 20:37:52 +0200 |
commit | cc427d6558f1fb7095d78a888f9ab16e3ddb87c6 (patch) | |
tree | 77976afca9937c8f33955a6a9fc24e7902936c4c /kern/llsync.c | |
parent | ac6b143d990af476107572f5135c6f814da76fba (diff) |
kern/llsync: fix header inclusion
Diffstat (limited to 'kern/llsync.c')
-rw-r--r-- | kern/llsync.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/llsync.c b/kern/llsync.c index d0d7e3b5..6173ac08 100644 --- a/kern/llsync.c +++ b/kern/llsync.c @@ -32,6 +32,7 @@ * TODO Gracefully handle large amounts of deferred works. */ +#include <kern/assert.h> #include <kern/condition.h> #include <kern/cpumap.h> #include <kern/list.h> |