mirror of
https://github.com/tailix/kernel.git
synced 2024-11-27 11:24:34 -05:00
Fix compiler warning
This commit is contained in:
parent
015aa6a25b
commit
7452fcb177
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
#include "stdlib.h"
|
||||
#include "module.h"
|
||||
|
||||
#include "tasks.h"
|
||||
|
||||
static struct KernelMQ_Info kinfo;
|
||||
|
||||
void init(const struct KernelMQ_Info *const kinfo_ptr)
|
||||
|
|
Loading…
Reference in a new issue