X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echo_first.c;fp=sources%2FTCP_echo_first.c;h=5ae174c4f256c7c6bca1918c8305a0460915511b;hp=c064c046f682aef0fde7d6278e5cc62ac4347b77;hb=78ca776c24853e1ff5c458a91e6b07b0540e5026;hpb=8acb043bf7827e57d72b99e80b534c9e94f84633;ds=sidebyside diff --git a/sources/TCP_echo_first.c b/sources/TCP_echo_first.c index c064c04..5ae174c 100644 --- a/sources/TCP_echo_first.c +++ b/sources/TCP_echo_first.c @@ -36,6 +36,12 @@ #include /* IP addresses conversion utilities */ #include /* socket constants, types and functions */ #include /* standard I/O library */ +#include /* C strings library */ +#include /* C standard library */ + +#include "Gapil.h" +#include "macros.h" + #define MAXLINE 256 void usage(void);