diff --git a/src/parser/snprintf.c b/src/parser/snprintf.c index 19e666b7c..599637216 100644 --- a/src/parser/snprintf.c +++ b/src/parser/snprintf.c @@ -43,9 +43,11 @@ #include #include #include +#include #include "pool_parser.h" #include "stringinfo.h" #include "utils/palloc.h" +#include "postgresql/16/server/postgres_fe.h" /* * We used to use the platform's NL_ARGMAX here, but that's a bad idea,