mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
Correct include file path
Mistake in 352a24a1f9d6f7d4abb1175bfd22acc358f43140, not clear why it worked for some before.
This commit is contained in:
parent
352a24a1f9
commit
063ef8308b
@ -15,9 +15,9 @@
|
||||
#define BUILTINS_H
|
||||
|
||||
#include "fmgr.h"
|
||||
#include "fmgrprotos.h"
|
||||
#include "nodes/nodes.h"
|
||||
#include "nodes/pg_list.h"
|
||||
#include "utils/fmgrprotos.h"
|
||||
#include "utils/sortsupport.h"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user