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 02c37a943d
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@
#include <netdb.h>
#include <unistd.h>
#include <stdio.h>
// Needed for sigaction on Linux
#ifdef __linux__
#define _POSIX_C_SOURCE 1
#endif // __linux__
#include <signal.h>
#include "lfnetwork.h"