mirror of https://github.com/waku-org/nwaku.git
chore: add stdef.h to libwaku.h (#2409)
This commit is contained in:
parent
0dac9f9dd4
commit
d58aca01a7
|
@ -6,6 +6,8 @@
|
||||||
#ifndef __libwaku__
|
#ifndef __libwaku__
|
||||||
#define __libwaku__
|
#define __libwaku__
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
// The possible returned values for the functions that return int
|
// The possible returned values for the functions that return int
|
||||||
#define RET_OK 0
|
#define RET_OK 0
|
||||||
#define RET_ERR 1
|
#define RET_ERR 1
|
||||||
|
|
Loading…
Reference in New Issue