From b64b017060337dfc427c74c4688e55ca8165caef Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 8 Feb 2024 11:50:13 -0400 Subject: [PATCH] chore: add stdef.h to libwaku.h --- library/libwaku.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/libwaku.h b/library/libwaku.h index 28e65400be..feb1973075 100644 --- a/library/libwaku.h +++ b/library/libwaku.h @@ -6,6 +6,8 @@ #ifndef __libwaku__ #define __libwaku__ +#include + // The possible returned values for the functions that return int #define RET_OK 0 #define RET_ERR 1