1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-09-25 19:30:22 +00:00

Bot: fixed shell include errors

This commit is contained in:
2022-06-27 19:02:49 -05:00
parent 48fa8935c3
commit b6eebdd5fb
3 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#ifdef DEBUG
# define LAIKA_DEBUG(...) \