ports/sysutils/goaccess/files/patch-util.c
Philippe Audeoud 9d9201dcc5 GoAccess is an open source real-time Apache web log analyzer and interactive
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>
2010-11-19 09:44:17 +00:00

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>