diff options
Diffstat (limited to 'sysutils/logtool-devel/files/patch-ab')
-rw-r--r-- | sysutils/logtool-devel/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/logtool-devel/files/patch-ab b/sysutils/logtool-devel/files/patch-ab new file mode 100644 index 000000000000..d157f7fb0176 --- /dev/null +++ b/sysutils/logtool-devel/files/patch-ab @@ -0,0 +1,10 @@ +--- logtool/includes.h.orig Sat Dec 30 20:19:32 2000 ++++ logtool/includes.h Sat Dec 30 20:40:09 2000 +@@ -23,6 +23,7 @@ + #include<stdlib.h> + #include<string.h> + #include<getopt.h> ++#include<unistd.h> + #include<regex.h> + #include<errno.h> + |