Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 063ef83

Browse files
committed
Correct include file path
Mistake in 352a24a, not clear why it worked for some before.
1 parent 352a24a commit 063ef83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/utils/builtins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
#define BUILTINS_H
1616

1717
#include "fmgr.h"
18-
#include "fmgrprotos.h"
1918
#include "nodes/nodes.h"
2019
#include "nodes/pg_list.h"
20+
#include "utils/fmgrprotos.h"
2121
#include "utils/sortsupport.h"
2222

2323

0 commit comments

Comments
 (0)