diff --git a/hostan.c b/hostan.c index c1be77b..eb13d8f 100644 --- a/hostan.c +++ b/hostan.c @@ -21,6 +21,7 @@ static int iffan(FILE *outfile); int hostan(FILE *outfile) { #if WITH_SOCKET + fprintf(outfile, "\nIP INTERFACES\n"); iffan(outfile); #endif return 0;