1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-12 04:41:15 +08:00

fix error: 'F_GETFL' undeclared

This commit is contained in:
源文雨
2022-12-11 22:16:05 +08:00
committed by GitHub
parent 861c03b12c
commit 222986ce74

View File

@@ -1,5 +1,6 @@
#include <arpa/inet.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <netinet/in.h>
#include <signal.h>