summaryrefslogtreecommitdiffstats
path: root/mutt_regex.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-04-09 15:39:08 -0700
committerKevin McCarthy <kevin@8t8.us>2018-04-09 15:39:08 -0700
commit29d6f26182fbc692df0e2d4badb9592469eea6ad (patch)
tree96a74e6b7657b908a1dc107b8c567d42bfbedcf1 /mutt_regex.h
parent9bb76ccef283dd9bc1642b74fbc556590eeb59fa (diff)
parenta550d535b3aafecac7dd8906c73311fd49802804 (diff)
Merge branch 'stable'
Diffstat (limited to 'mutt_regex.h')
-rw-r--r--mutt_regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt_regex.h b/mutt_regex.h
index afdbd41e..f10ecbe5 100644
--- a/mutt_regex.h
+++ b/mutt_regex.h
@@ -24,7 +24,7 @@
#define MUTT_REGEX_H
#ifdef USE_GNU_REGEX
-#include "_regex.h"
+#include "_mutt_regex.h"
#else
#include <regex.h>
#endif