diff options
author | Zheng Da <zhengda1936@gmail.com> | 2009-11-18 02:19:17 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2009-11-18 02:19:17 +0100 |
commit | bcbb19bbe30d89a24591d632bbed62123dbef8be (patch) | |
tree | 28a874a157df3d138b0af001151b778753ea7cb9 /libddekit/include/ddekit | |
parent | 35881fb690c341f53ea3fb969e8d87b69401e49c (diff) |
Adapt the implementation of lock.
TODO: the implementation of the owner of lock hasn't been adapted.
Diffstat (limited to 'libddekit/include/ddekit')
-rw-r--r-- | libddekit/include/ddekit/lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libddekit/include/ddekit/lock.h b/libddekit/include/ddekit/lock.h index 872acad0..dd398b38 100644 --- a/libddekit/include/ddekit/lock.h +++ b/libddekit/include/ddekit/lock.h @@ -52,7 +52,7 @@ static int ddekit_lock_try_lock(ddekit_lock_t *mtx); // returns 0 on success, ! static void ddekit_lock_unlock (ddekit_lock_t *mtx); // inline implementation or inline call to non-inline implementation -#include <l4/dde/ddekit/inline.h> +#include "ddekit/inline.h" static INLINE void ddekit_lock_init_unlocked(ddekit_lock_t *mtx) { _ddekit_lock_init(mtx); |