]> git.lyx.org Git - lyx.git/blobdiff - src/support/LRegex.C
the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure...
[lyx.git] / src / support / LRegex.C
index 66225e91d1615f4cd59152e719031d544e97de1a..1babf22127d05f10c34ca5c56d3c190345f04a5d 100644 (file)
@@ -5,7 +5,13 @@
 #include <config.h>
 
 #include <sys/types.h>
+
+#ifdef HAVE_REGEX_H
 #include <regex.h>
+#else
+#include "lyxregex.h"
+#endif
+
 #include "LRegex.h"
 
 using std::make_pair;