diff options
Diffstat (limited to 'src/pg_regex.h')
-rw-r--r-- | src/pg_regex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pg_regex.h b/src/pg_regex.h index 8d8209b..7714017 100644 --- a/src/pg_regex.h +++ b/src/pg_regex.h @@ -10,8 +10,8 @@ //////////////////////////////////////////////////////////////////////// -#ifndef _REGEX_H_ -#define _REGEX_H_ +#ifndef _PG_REGEX_H_ +#define _PG_REGEX_H_ #include <sys/types.h> #include <regex.h> |