fix
This commit is contained in:
parent
fa2b540550
commit
6a1d2cf850
3 changed files with 13 additions and 9 deletions
9
C/irc.c
9
C/irc.c
|
@ -1,3 +1,12 @@
|
|||
#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>
|
||||
#include "irc.h"
|
||||
|
||||
int IRCC_connect(IRCC_client *irc, const char *ip, const unsigned int port){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue