main: Include what you use in system.h

This commit is contained in:
johnny9 2023-09-18 20:49:08 -04:00
parent bb8690ed1a
commit 181f9f3e66

View File

@ -1,6 +1,9 @@
#ifndef SYSTEM_H_
#define SYSTEM_H_
#include <stdbool.h>
#include <stdint.h>
#define HISTORY_LENGTH 100
#define HISTORY_WINDOW_SIZE 5