fix
This commit is contained in:
parent
fa2b540550
commit
6a1d2cf850
3 changed files with 13 additions and 9 deletions
9
C/irc.h
9
C/irc.h
|
@ -8,15 +8,6 @@
|
|||
motd
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <netdb.h>
|
||||
#include <sys/time.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#define IRCC_MSG_MAX 512
|
||||
#define IRCC_PING_TIMEOUT 600
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue