mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
viewer that runs in a terminal and provides fast and valuable HTTP statistics for system administrators that require a visual report on the fly. WWW: http://goaccess.prosoftcorp.com/ PR: ports/152332 Submitted by: Sofian Brabez <sbrabez at gmail.com>
10 lines
275 B
C
10 lines
275 B
C
--- ./util.c.orig 2010-11-17 11:23:54.000000000 +0100
|
|
+++ ./util.c 2010-11-17 11:24:10.000000000 +0100
|
|
@@ -29,6 +29,7 @@
|
|
#include <stdlib.h>
|
|
#include <netdb.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <unistd.h>
|
|
#include <sys/stat.h>
|
|
#include <errno.h>
|