added some includes into common

This commit is contained in:
Václav Šmejkal 2023-02-09 17:47:50 +01:00
parent 6b1278cc06
commit b569e2a279
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -1,6 +1,11 @@
#ifndef WHY2_CHAT_COMMON_H
#define WHY2_CHAT_COMMON_H
//INCLUDES
#include <sys/socket.h>
#include <netinet/in.h>
//DEFINES
#define SA struct sockaddr
#endif