blob: b6c74d0389480ca0c2f3c349e3531e7d082027f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- sys/regex.c.orig Fri Jun 30 13:56:01 1995
+++ ./sys/regex.c Wed Aug 26 03:14:57 1998
@@ -41,6 +41,9 @@
#include <stdio.h>
#include <sys/types.h>
#endif
+#if __FreeBSD__ >= 3
+#include <sys/types.h>
+#endif
#include <regex.h>
static regex_t REXP;
|