Correct include file path

Mistake in 352a24a1f9, not clear why it
worked for some before.
This commit is contained in:
Peter Eisentraut 2017-01-17 12:00:00 -05:00
parent 352a24a1f9
commit 063ef8308b
1 changed files with 1 additions and 1 deletions

View File

@ -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"