From 73da506ee04ec490c5959b45c216a1f8508bec5b Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 20:00:37 -0400 Subject: consistently use <> for standardized headers --- src/regex/regexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regex/regexec.c') diff --git a/src/regex/regexec.c b/src/regex/regexec.c index 750da74b..e3fedac7 100644 --- a/src/regex/regexec.c +++ b/src/regex/regexec.c @@ -1,4 +1,4 @@ -#include "sys/types.h" +#include #include int regexec(const regex_t * restrict preg, const char * restrict string, size_t nmatch, regmatch_t pmatch[restrict], int eflags) -- cgit v1.2.1