From 016b58c1323a783b06e9a5e11fcd64ffd1bed153 Mon Sep 17 00:00:00 2001 From: me Date: Tue, 19 Jul 2022 02:25:07 +0430 Subject: [PATCH] put dependencies in the same place --- common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.h b/common.h index bb9aa17..42fd915 100644 --- a/common.h +++ b/common.h @@ -12,6 +12,10 @@ You should have received a copy of the CC0 Public Domain Dedication along with t #include #include #include +#include +#include +#include +#include #include "config.h" #define FOPEN_FAIL -10 #define ENV_VAR_OR_USERNAME (getenv("NB_PLAYER")?getenv("NB_PLAYER"):getenv("USER"))