]> granicus.if.org Git - postgresql/commitdiff
Correct include file path
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 17 Jan 2017 17:00:00 +0000 (12:00 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 17 Jan 2017 19:16:59 +0000 (14:16 -0500)
Mistake in 352a24a1f9d6f7d4abb1175bfd22acc358f43140, not clear why it
worked for some before.

src/include/utils/builtins.h

index 77944ff8e82ba78fa93f9fbeaa6f21f6785637b1..95f5e9292bd5305992cc88245942527f9da474e9 100644 (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"