This commit is contained in:
cdricms
2024-11-19 16:28:54 +01:00
parent a4f779d5d7
commit 7b52f5de7d
7 changed files with 71 additions and 33 deletions

View File

@@ -1,7 +1,8 @@
#ifndef HTTP_SERVER_H
#define HTTP_SERVER_H
#include <netinet/in.h>
// #include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#ifndef DEFAULT_HTML