mirror of
https://github.com/fumiama/C302.git
synced 2026-02-17 04:28:23 +09:00
feat: add unistd header
This commit is contained in:
1
c302.c
1
c302.c
@@ -5,6 +5,7 @@
|
|||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include "c302.h"
|
#include "c302.h"
|
||||||
|
|
||||||
static void http_error(errcode_enum_t code, char* msg) {
|
static void http_error(errcode_enum_t code, char* msg) {
|
||||||
|
|||||||
Reference in New Issue
Block a user