Skip to content

Commit

Permalink
chore: add stdef.h to libwaku.h (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Feb 13, 2024
1 parent 0dac9f9 commit d58aca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/libwaku.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d58aca0

Please sign in to comment.