added some includes into common
This commit is contained in:
parent
6b1278cc06
commit
b569e2a279
@ -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
|
Loading…
x
Reference in New Issue
Block a user