feat: add unistd header

This commit is contained in:
源文雨
2026-01-30 23:12:46 +08:00
parent 743dd4f8ef
commit 4dcf6d63ef

1
c302.c
View File

@@ -5,6 +5,7 @@
#include <sys/select.h>
#include <sys/uio.h>
#include <time.h>
#include <unistd.h>
#include "c302.h"
static void http_error(errcode_enum_t code, char* msg) {