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

10 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>