opnsense-ports/sysutils/anacron/files/patch-matchrx.c
Franco Fichtner 9cca9ce6ce */*: sync with upstream
Taken from: FreeBSD
2017-03-23 01:41:48 +01:00

10 lines
185 B
C

--- matchrx.c.orig 2000-06-20 23:12:18 UTC
+++ matchrx.c
@@ -23,6 +23,7 @@
#include <stdio.h>
+#include <sys/types.h>
#include <regex.h>
#include <stdarg.h>
#include <stdlib.h>