22 lines
1 KiB
C
22 lines
1 KiB
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* ft_p.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2017/04/02 19:18:58 by jhalford #+# #+# */
|
|
/* Updated: 2017/04/02 20:23:38 by jhalford ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef FT_P_H
|
|
# define FT_P_H
|
|
|
|
#include "libft.h"
|
|
#include "sys/socket.h"
|
|
#include "netdb.h"
|
|
#include "netinet/in.h"
|
|
#include "arpa/inet.h"
|
|
|
|
#endif
|