kernelland_emu: Include <debug.h> and set defines before <lock.h>.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
* Axel Dörfler, [email protected].
|
* Axel Dörfler, [email protected].
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <lock.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#if KDEBUG
|
#if KDEBUG
|
||||||
#define KDEBUG_STATIC static
|
#define KDEBUG_STATIC static
|
||||||
@@ -21,6 +21,8 @@ static void _mutex_unlock(struct mutex* lock);
|
|||||||
#define mutex_lock_with_timeout mutex_lock_with_timeout_inline
|
#define mutex_lock_with_timeout mutex_lock_with_timeout_inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <lock.h>
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user