adds missing headers for linux

This commit is contained in:
Dethrace Labs 2025-05-03 14:29:21 -07:00
parent 05d4a1edc5
commit 7011508055
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <errno.h>
#include <execinfo.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <link.h>