diff options
Diffstat (limited to 'contrib/tsearch/parser.l')
-rw-r--r-- | contrib/tsearch/parser.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tsearch/parser.l b/contrib/tsearch/parser.l index f30fbcd4f46..fb34aac7137 100644 --- a/contrib/tsearch/parser.l +++ b/contrib/tsearch/parser.l @@ -1,10 +1,10 @@ %{ -#include <string.h> +#include "postgres.h" + #include "deflex.h" #include "parser.h" /* postgres allocation function */ -#include "postgres.h" #define free pfree #define malloc palloc #define realloc repalloc |