X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f0db2d9942edbea6a3435cfd1a9b120138e1d14..a570d5b302bf1280452f35fa23ffd1c71b960b23:/src/regex/regexec.c

diff --git a/src/regex/regexec.c b/src/regex/regexec.c
index 2128927b90..7e314950e7 100644
--- a/src/regex/regexec.c
+++ b/src/regex/regexec.c
@@ -11,11 +11,15 @@
 #include <string.h>
 #include <limits.h>
 #include <ctype.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 #include "regex2.h"
 
+#ifdef REDEBUG
+static int nope = 0;          /* for use in asserts; shuts lint up */
+#endif
+
 /* macros for manipulating states, small version */
 #define	states	unsigned
 #define	states1	unsigned	/* for later use in regexec() decision */