X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Fmygethost.c;h=2167852064349e66599fe5ac5049f19523b1e74a;hp=11ae1cef264f4bbbfd36d9c071ccf3b9713af635;hb=HEAD;hpb=bba36f6db6e48de4fd97f8a1aa15a0d82558e776 diff --git a/sources/mygethost.c b/sources/mygethost.c index 11ae1ce..2167852 100644 --- a/sources/mygethost.c +++ b/sources/mygethost.c @@ -22,16 +22,16 @@ * * Author: S. Piccardi Jul. 2004 * - * $Id$ - * *****************************************************************************/ -#include -#include -#include -#include /* C standard library */ -#include /* I/O standard library */ -#include -#include +#include /* primitive system data types */ +#include /* file characteristics constants and functions */ +#include /* C standard library */ +#include /* standard I/O library */ +#include /* unix standard library */ +#include /* IP addresses conversion utilities */ +#include /* C resolver library */ +#include /* TCP socket option */ + extern int h_errno; #include "Gapil.h"