summaryrefslogtreecommitdiff
path: root/src/pg_regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pg_regex.h')
-rw-r--r--src/pg_regex.h4
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>

Generated by cgit