From 158f2b6ea6a98006b14b329afbc0e847562a7520 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Mon, 22 Aug 2022 16:02:07 +0200 Subject: [PATCH] Add missing headers for log functions --- common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.h b/common.h index 7e4d55e..42c14f1 100644 --- a/common.h +++ b/common.h @@ -1,6 +1,9 @@ #ifndef COMMON_H #define COMMON_H +#include +#include + /* Debug macros */ #ifdef ENABLE_DEBUG