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 0dac9f9dd4
commit d58aca01a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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