X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7ba88991461804c2737da29e1a8f396f3bcf2f3..7993e67c758d0321c3bf2a6cab2ee16c42c73eab:/src/regex/regexec.c?ds=sidebyside

diff --git a/src/regex/regexec.c b/src/regex/regexec.c
index a1037648e7..7e314950e7 100644
--- a/src/regex/regexec.c
+++ b/src/regex/regexec.c
@@ -11,7 +11,7 @@
 #include <string.h>
 #include <limits.h>
 #include <ctype.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 #include "regex2.h"