1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/sysutils/logtool/files/patch-src_includes.h
Stefan Eßer 6fc230b634 Fix build with -fno-common
While here add license (GPLv2)
2020-09-22 13:28:40 +00:00

11 lines
220 B
C

--- src/includes.h.orig 2003-05-02 17:44:53 UTC
+++ src/includes.h
@@ -27,6 +27,7 @@
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
+#include<unistd.h>
#include<regex.h>
#include<errno.h>
#include<time.h>