kernelland_emu: Include <debug.h> and set defines before <lock.h>.

This commit is contained in:
Augustin Cavalier
2024-09-10 17:04:02 -04:00
parent f5f11192a1
commit f7c5998eb0
@@ -7,7 +7,7 @@
* Axel Dörfler, [email protected].
*/
#include <lock.h>
#include <debug.h>
#if KDEBUG
#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
#endif
#include <lock.h>
#include <stdlib.h>
#include <string.h>