fix: revert removing unused header
This commit is contained in:
parent
95d8b9939f
commit
da29a7eea4
@ -7,6 +7,7 @@
|
|||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
#include <ucontext.h>
|
#include <ucontext.h>
|
||||||
#include <valgrind/valgrind.h>
|
#include <valgrind/valgrind.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
#define HAS_STATUS(entry, value) ((entry->status) & (value))
|
#define HAS_STATUS(entry, value) ((entry->status) & (value))
|
||||||
#define SET_STATUS(entry, value) ((entry->status) |= (value))
|
#define SET_STATUS(entry, value) ((entry->status) |= (value))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user