fix linux
Test and Deploy / test (push) Failing after 10s Details
Test and Deploy / docs (push) Has been skipped Details

This commit is contained in:
Evan Burkey 2024-07-07 20:10:03 -07:00
parent c52712471f
commit 9720e0ce98
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
// Needed for sigaction on Linux
#ifdef __linux__
#define _POSIX_C_SOURCE 1
#endif // __linux__
#include <errno.h>
#include <string.h>
#include <stdlib.h>