File lsof_4.79_src-include.diff of Package failed_lsof
--- arg.c +++ arg.c @@ -37,6 +37,9 @@ #include "lsof.h" +#include <sys/types.h> +#include <sys/socket.h> +#include <arpa/inet.h> /* --- print.c +++ print.c @@ -37,6 +37,9 @@ #include "lsof.h" +#include <sys/types.h> +#include <sys/socket.h> +#include <arpa/inet.h> /*