fix: revert removing unused header

This commit is contained in:
Nemo D'ACREMONT 2025-04-04 17:18:53 +02:00
parent 95d8b9939f
commit da29a7eea4
No known key found for this signature in database
GPG Key ID: 85F245EC3BB1E022

View File

@ -7,6 +7,7 @@
#include <sys/queue.h>
#include <ucontext.h>
#include <valgrind/valgrind.h>
#include <errno.h>
#define HAS_STATUS(entry, value) ((entry->status) & (value))
#define SET_STATUS(entry, value) ((entry->status) |= (value))