X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_daytime.c;h=ddb8e129b40d485b7a305ab50bc8842df9f29868;hp=0c5857e7b8ac0f84be166d935eefb48309e932aa;hb=HEAD;hpb=ef5f7db093d49d85a8c35d4f6add85592155cc09 diff --git a/sources/TCP_daytime.c b/sources/TCP_daytime.c index 0c5857e..ddb8e12 100644 --- a/sources/TCP_daytime.c +++ b/sources/TCP_daytime.c @@ -31,11 +31,12 @@ * Include needed headers */ #include /* standard library */ -#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 */ #define MAXLINE 80 /* Program begin */