fix compiler warnings
Some checks failed
Test and Deploy / test (push) Failing after 14s
Test and Deploy / docs (push) Failing after 15s

This commit is contained in:
2024-08-13 12:57:36 -07:00
parent 34b21c494b
commit 4b59b4789c
5 changed files with 21 additions and 7 deletions

View File

@ -3,6 +3,7 @@
#include <assert.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <pthread.h>
#include "lflinkedlist.h"