X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echo_third.c;fp=sources%2FTCP_echo_third.c;h=73aeb462ae4f6a717af1f009d341e230616ae81c;hp=fde406debf36be95b1452f50310534f2bfba0029;hb=78ca776c24853e1ff5c458a91e6b07b0540e5026;hpb=8acb043bf7827e57d72b99e80b534c9e94f84633 diff --git a/sources/TCP_echo_third.c b/sources/TCP_echo_third.c index fde406d..73aeb46 100644 --- a/sources/TCP_echo_third.c +++ b/sources/TCP_echo_third.c @@ -38,9 +38,12 @@ #include /* standard I/O library */ #include /* error definitions and routines */ #include /* C strings library */ +#include /* C standard library */ +#include "Gapil.h" #include "macros.h" + #define MAXLINE 256 void usage(void); void ClientEcho(FILE * filein, int socket);