fix location of fcntl.h

This commit is contained in:
2025-12-01 15:10:38 +01:00
parent 56fd2ec740
commit aa488b8225
2 changed files with 26 additions and 24 deletions

View File

@@ -31,8 +31,8 @@
#include <unistd.h>
#include <arpa/inet.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <sys/fcntl.h>
#include <sys/socket.h>
#include <sys/types.h>