X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echo_second.c;fp=sources%2FTCP_echo_second.c;h=11f2ff1a54edd0f0b724dccf58a0ae23ff7b3b35;hp=7fe3e2007b14ea7935170d427f47262ae12bfe73;hb=78ca776c24853e1ff5c458a91e6b07b0540e5026;hpb=8acb043bf7827e57d72b99e80b534c9e94f84633 diff --git a/sources/TCP_echo_second.c b/sources/TCP_echo_second.c index 7fe3e20..11f2ff1 100644 --- a/sources/TCP_echo_second.c +++ b/sources/TCP_echo_second.c @@ -38,6 +38,10 @@ #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);