mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Correct include file path
Mistake in 352a24a1f9
, not clear why it
worked for some before.
This commit is contained in:
@@ -15,9 +15,9 @@
|
|||||||
#define BUILTINS_H
|
#define BUILTINS_H
|
||||||
|
|
||||||
#include "fmgr.h"
|
#include "fmgr.h"
|
||||||
#include "fmgrprotos.h"
|
|
||||||
#include "nodes/nodes.h"
|
#include "nodes/nodes.h"
|
||||||
#include "nodes/pg_list.h"
|
#include "nodes/pg_list.h"
|
||||||
|
#include "utils/fmgrprotos.h"
|
||||||
#include "utils/sortsupport.h"
|
#include "utils/sortsupport.h"
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user