mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-23 05:10:09 +00:00
Bot: fixed shell include errors
This commit is contained in:
parent
48fa8935c3
commit
b6eebdd5fb
@ -1,8 +1,8 @@
|
||||
#ifndef LAIKA_SHELL_H
|
||||
#define LAIKA_SHELL_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#include "laika.h"
|
||||
#include "lpacket.h"
|
||||
|
||||
#define LAIKA_SHELL_TASK_DELTA 50
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include "lerror.h"
|
||||
#include "lmem.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
# define LAIKA_DEBUG(...) \
|
||||
|
Loading…
Reference in New Issue
Block a user