mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 05:17:59 +03:00
hello world
This commit is contained in:
16
includes/webserv.hpp
Normal file
16
includes/webserv.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef WEBSERV_HPP
|
||||
#define WEBSERV_HPP
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/select.h>
|
||||
#include <poll.h>
|
||||
#include <sys/epoll.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user