Skip to content

Commit 8b10a3e

Browse files
committed
Add header required for PostgreSQL 10
1 parent f0b627f commit 8b10a3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hll.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
#include <inttypes.h>
3030
#include "utils/array.h"
3131
#include "utils/bytea.h"
32+
#if (PG_VERSION_NUM >= 100000)
33+
#include "utils/fmgrprotos.h"
34+
#endif
3235
#include "utils/int8.h"
3336
#include "utils/lsyscache.h"
3437
#include "utils/memutils.h"

0 commit comments

Comments
 (0)