chore: add stdef.h to libwaku.h (#2409)

This commit is contained in:
richΛrd 2024-02-13 10:21:31 -04:00 committed by GitHub
parent a9819fce60
commit 66bc31cede

View File

@ -6,6 +6,8 @@
#ifndef __libwaku__
#define __libwaku__
#include <stddef.h>
// The possible returned values for the functions that return int
#define RET_OK 0
#define RET_ERR 1