X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b6eefb739d1881866662cdcb591a089e5cd7c940..758bce950ba9236d0a9edc4c880c3ec73b5173f3:/src/regex/regcomp.c?ds=inline

diff --git a/src/regex/regcomp.c b/src/regex/regcomp.c
index 4347a2bc28..17557ddd14 100644
--- a/src/regex/regcomp.c
+++ b/src/regex/regcomp.c
@@ -4,7 +4,7 @@
 #include <ctype.h>
 #include <limits.h>
 #include <stdlib.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 #include "regex2.h"