X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_daytime.c;h=ddb8e129b40d485b7a305ab50bc8842df9f29868;hp=ba6874f6afd7541e3896fe7a7f903252ff17db54;hb=04c68576a3be5ccfda8faf2030d4cbc2997c29fa;hpb=d451ac30382ae398b9a2242a4f82b3438affc8a7 diff --git a/sources/TCP_daytime.c b/sources/TCP_daytime.c index ba6874f..ddb8e12 100644 --- a/sources/TCP_daytime.c +++ b/sources/TCP_daytime.c @@ -30,11 +30,13 @@ /* * Include needed headers */ -#include /* primitive system data types */ +#include /* standard library */ +//#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 */