From 66bc31cedebb0f490fc3cbb553ad87267e1b900f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?rich=CE=9Brd?= Date: Tue, 13 Feb 2024 10:21:31 -0400 Subject: [PATCH] chore: add stdef.h to libwaku.h (#2409) --- library/libwaku.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/libwaku.h b/library/libwaku.h index 28e65400b..feb197307 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