ports/sysutils/goaccess/files/patch-util.c
Sofian Brabez 551b721cb3 - Update to 0.4.2 [1]
- Add LICENSE

PR:		ports/156831 [1]
Submitted by:	jadawin@
Approved by:	jadawin@ (mentor)
2011-05-11 18:51:30 +00:00

10 lines
274 B
C

--- ./util.c.orig 2011-05-11 20:12:27.000000000 +0200
+++ ./util.c 2011-05-11 20:12:53.000000000 +0200
@@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <time.h>