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 ade703ab91
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
#include <stdio.h> #include <stdio.h>
#include <signal.h> #include <signal.h>
#ifdef __linux__
#define _POSIX_C_SOURCE
#endif // __linux__
#include "lfnetwork.h" #include "lfnetwork.h"
static void sighandler(int s) { static void sighandler(int s) {