diff options
Diffstat (limited to 'src/include/regex/regex.h')
-rw-r--r-- | src/include/regex/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h index 55c11733eac..b0b86f3cb6d 100644 --- a/src/include/regex/regex.h +++ b/src/include/regex/regex.h @@ -41,7 +41,7 @@ #define _REGEX_H_ #include <sys/types.h> -#include <mb/pg_wchar.h> +#include "mb/pg_wchar.h" /* types */ typedef off_t regoff_t; |