Added missing stdio include file

This commit is contained in:
Th3maz1ng 2023-10-22 08:52:10 +02:00
parent e878184b5d
commit 24c3d8f397

View File

@ -1,6 +1,7 @@
#ifndef APP_LOG_H
#define APP_LOG_G
#include <stdio.h>
#include "app_common.h"
#include "app_config.h"