Skip to content

Commit d377d2b

Browse files
committed
add missing includes to pl_funcs.c
1 parent da8aba6 commit d377d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pl_funcs.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010

1111
#include "init.h"
12+
#include "utils.h"
1213
#include "pathman.h"
1314
#include "relation_info.h"
1415
#include "xact_handling.h"
@@ -23,6 +24,7 @@
2324
#include "utils/builtins.h"
2425
#include "utils/inval.h"
2526
#include "utils/jsonb.h"
27+
#include "utils/snapmgr.h"
2628
#include "utils/lsyscache.h"
2729
#include "utils/syscache.h"
2830

0 commit comments

Comments
 (0)