summaryrefslogtreecommitdiff
path: root/src/regex/regcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regcomp.c')
-rw-r--r--src/regex/regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regcomp.c b/src/regex/regcomp.c
index 22b565b9..f3d55c7d 100644
--- a/src/regex/regcomp.c
+++ b/src/regex/regcomp.c
@@ -1,4 +1,4 @@
-#include "sys/types.h"
+#include <sys/types.h>
#include <regex.h>
int regcomp(regex_t * restrict preg, const char * restrict pattern, int cflags)