X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echo_first.c;h=cd0f7f65b5045143189cfc08a2f42cab9cb0f333;hp=c064c046f682aef0fde7d6278e5cc62ac4347b77;hb=26f7a8bb19c6cb198c213757a97b6ac79e40db4b;hpb=d451ac30382ae398b9a2242a4f82b3438affc8a7 diff --git a/sources/TCP_echo_first.c b/sources/TCP_echo_first.c index c064c04..cd0f7f6 100644 --- a/sources/TCP_echo_first.c +++ b/sources/TCP_echo_first.c @@ -31,11 +31,17 @@ /* * Include needed headers */ -#include /* primitive system data types */ +//#include /* primitive system data types */ #include /* unix standard library */ #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);