diff options
author | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-26 03:20:35 +0000 |
---|---|---|
committer | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-26 03:20:35 +0000 |
commit | 46d58fba3309d435bca93b1706603d1bab5a0512 (patch) | |
tree | d62f05b82b87ea98d9f2cb9fc56c390ad0a449c5 /src/include/regex/utils.h | |
parent | 02c0eb65490c3f5068cdc4839ef516278b8deacc (diff) | |
download | postgresql-46d58fba3309d435bca93b1706603d1bab5a0512.tar.gz postgresql-46d58fba3309d435bca93b1706603d1bab5a0512.zip |
Make it compile on Ultrix. Thanks Erik Bertelson.
Diffstat (limited to 'src/include/regex/utils.h')
-rw-r--r-- | src/include/regex/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/regex/utils.h b/src/include/regex/utils.h index e2d8b6cda36..98857d0977c 100644 --- a/src/include/regex/utils.h +++ b/src/include/regex/utils.h @@ -37,6 +37,8 @@ * @(#)utils.h 8.3 (Berkeley) 3/20/94 */ +#include "config.h" /* HAVE_MEMMOVE */ + /* utility definitions */ #define DUPMAX 100000000 /* xxx is this right? */ #define INFINITY (DUPMAX + 1) |