Add fmgr.h include to selfuncs.h.

Necessary after fb3b098f. That previously escaped notice, because all
including sites already include fmgr.h some other way.

Reported-By: Tom Lane
Author: Andres Freund
Discussion: https://postgr.es/m/17463.1566153454@sss.pgh.pa.us
This commit is contained in:
Andres Freund 2019-08-19 12:51:38 -07:00
parent 55ea109188
commit 4c01a11103
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#define SELFUNCS_H
#include "access/htup.h"
#include "fmgr.h"
#include "nodes/pathnodes.h"